]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Fix #1057
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 1c72b9a3e45281e4764fc8c462ca266011683d97..e1be2e6e0462bf017df84315ebd1b16db6e90c78 100644 (file)
@@ -1,6 +1,11 @@
 # This file is a "template" of what your parameters.yml file should look like
 parameters:
     database_driver:   pdo_sqlite
+    database_host:     127.0.0.1
+    database_port: ~
+    database_name: symfony
+    database_user: root
+    database_password: ~
     database_path: "%kernel.root_dir%/../data/db/poche.sqlite"
 
     mailer_transport:  smtp