fix(fixtureavatar): fixcture auto avatar & timesession & font & menu & redirect
This commit is contained in:
@ -10,6 +10,7 @@ framework:
|
||||
handler_id: Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
|
||||
name: '%env(APP_ALIAS)%'
|
||||
gc_probability: null
|
||||
gc_maxlifetime: '%env(resolve:APP_SESSIONTIME)%'
|
||||
cookie_secure: auto
|
||||
cookie_samesite: lax
|
||||
storage_factory_id: session.storage.factory.native
|
||||
|
@ -2,7 +2,8 @@ parameters:
|
||||
|
||||
appEnv: '%env(resolve:APP_ENV)%'
|
||||
appSecret: '%env(resolve:APP_SECRET)%'
|
||||
|
||||
appSessiontime: '%env(resolve:APP_SESSIONTIME)%'
|
||||
|
||||
appWeburl: '%env(resolve:APP_WEBURL)%'
|
||||
appAuth: '%env(resolve:APP_AUTH)%'
|
||||
appAlias: '%env(resolve:APP_ALIAS)%'
|
||||
|
Reference in New Issue
Block a user