From a7434f5a4922dfb00eb708290e6466993d072f60 Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 20 Jul 2020 11:14:57 +0200 Subject: [PATCH] nommer la session --- src/nineskeletor-1.0/.env | 4 ++-- src/nineskeletor-1.0/config/packages/framework.yaml | 1 + tmpl/nineskeletor-env.local | 0 3 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 tmpl/nineskeletor-env.local diff --git a/src/nineskeletor-1.0/.env b/src/nineskeletor-1.0/.env index 24aeb87..e9c5b15 100644 --- a/src/nineskeletor-1.0/.env +++ b/src/nineskeletor-1.0/.env @@ -26,9 +26,9 @@ APP_SECRET=52c1cb88ee822cd2643abe29e16a68a6 ###< doctrine/doctrine-bundle ### # Basic -APP_ALIAS=nineschool +APP_ALIAS= APP_AUTH=MYSQL -APP_NAME=Nineschool +APP_NAME= APP_ENV=PROD APP_CRON=false diff --git a/src/nineskeletor-1.0/config/packages/framework.yaml b/src/nineskeletor-1.0/config/packages/framework.yaml index c2582d8..41c8912 100644 --- a/src/nineskeletor-1.0/config/packages/framework.yaml +++ b/src/nineskeletor-1.0/config/packages/framework.yaml @@ -6,6 +6,7 @@ framework: # Enables session support. Note that the session will ONLY be started if you read or write from it. # Remove or comment this section to explicitly disable session support. session: + name: '%env(APP_ALIAS)%' handler_id: null cookie_secure: auto cookie_samesite: lax diff --git a/tmpl/nineskeletor-env.local b/tmpl/nineskeletor-env.local old mode 100644 new mode 100755