mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 00:15:27 +00:00
Changed default database name
This commit is contained in:
parent
46825cfffb
commit
ec42e697ea
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ parameters:
|
|||
database_driver: pdo_mysql
|
||||
database_host: 127.0.0.1
|
||||
database_port: ~
|
||||
database_name: symfony
|
||||
database_name: wallabag
|
||||
database_user: root
|
||||
database_password: ~
|
||||
# For SQLite, database_path should be "%kernel.root_dir%/../data/db/wallabag.sqlite"
|
||||
|
|
Loading…
Reference in a new issue