mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-13 06:32:41 +00:00
Fix default DOMAIN_NAME to avoid Cross-Origin issues
This commit is contained in:
parent
a7130bd61a
commit
d988919448
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ DATABASE_NAME=symfony
|
|||
DATABASE_USER=root
|
||||
DATABASE_PASSWORD=~
|
||||
DATABASE_PATH='"%kernel.project_dir%/data/db/wallabag.sqlite"'
|
||||
DOMAIN_NAME=http://localhost:8000
|
||||
DOMAIN_NAME=http://127.0.0.1:8000
|
||||
SECRET=ch4n63m31fy0uc4n
|
||||
PHP_SESSION_SAVE_PATH=redis://redis:6379?database=2
|
||||
PHP_SESSION_HANDLER=redis
|
||||
|
|
Loading…
Reference in a new issue