mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Use redis scheme for Redis
This commit is contained in:
parent
43a4f57798
commit
9a95f55b9c
3 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@ DATABASE_PASSWORD=~
|
|||
DATABASE_PATH='"%kernel.project_dir%/data/db/wallabag.sqlite"'
|
||||
DOMAIN_NAME=http://localhost:8000
|
||||
SECRET=ch4n63m31fy0uc4n
|
||||
PHP_SESSION_SAVE_PATH=tcp://redis:6379?database=2
|
||||
PHP_SESSION_SAVE_PATH=redis://redis:6379?database=2
|
||||
PHP_SESSION_HANDLER=redis
|
||||
TRUSTED_PROXIES=0.0.0.0/0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue