mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fix SQLite database location
This commit is contained in:
parent
d4a331af4a
commit
1efe54859f
3 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ DATABASE_PORT=~
|
|||
DATABASE_NAME=symfony
|
||||
DATABASE_USER=root
|
||||
DATABASE_PASSWORD=~
|
||||
DATABASE_PATH="%kernel.project_dir%/data/wallabag.sqlite"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue