mirror of https://github.com/wallabag/wallabag.git
Remove SESSION_HANDLER
This commit is contained in:
parent
03f88ff6bf
commit
7962972011
|
@ -50,5 +50,3 @@ parameters:
|
|||
|
||||
# Sentry
|
||||
sentry_dsn: ${SENTRY_DSN:-~}
|
||||
|
||||
session_handler: ${SESSION_HANDLER:-session.handler.native_file}
|
||||
|
|
|
@ -9,5 +9,4 @@ DOMAIN_NAME=http://localhost:8000
|
|||
SECRET=ch4n63m31fy0uc4n
|
||||
PHP_SESSION_SAVE_PATH=tcp://redis:6379?database=2
|
||||
PHP_SESSION_HANDLER=redis
|
||||
SESSION_HANDLER=~
|
||||
TRUSTED_PROXIES=0.0.0.0/0
|
||||
|
|
Loading…
Reference in New Issue