]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
restore full database settings
[github/wallabag/wallabag.git] / app / config / config.yml
index f2f5f9f33b82f72b97c28ed5492633aacdb4317a..7dc1bf51fdec87e699088e197eb26084bbdd9000 100644 (file)
@@ -65,12 +65,12 @@ assetic:
 doctrine:
     dbal:
         driver:   "%database_driver%"
+        host: "%database_host%"
+        port: "%database_port%"
+        dbname: "%database_name%"
+        user: "%database_user%"
+        password: "%database_password%"
         charset:  UTF8
-        # if using pdo_sqlite as your database driver:
-        #   1. add the path in parameters.yml
-        #     e.g. database_path: "%kernel.root_dir%/data/data.db3"
-        #   2. Uncomment database_path in parameters.yml.dist
-        #   3. Uncomment next line:
         path:     "%database_path%"
 
     orm: