aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:46:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:46:51 +0100
commit7dfc3c2b5819bf374ae18603e10c858c88c35151 (patch)
tree609a2599e5e5839cfcd4e0901a9188239f1bc7e9 /app
parent80709502c73c83e2c0d362fe9e485029cfc2708e (diff)
downloadwallabag-7dfc3c2b5819bf374ae18603e10c858c88c35151.tar.gz
wallabag-7dfc3c2b5819bf374ae18603e10c858c88c35151.tar.zst
wallabag-7dfc3c2b5819bf374ae18603e10c858c88c35151.zip
fix config.yml
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 455345f4..d7c465db 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -65,11 +65,6 @@ assetic:
65doctrine: 65doctrine:
66 dbal: 66 dbal:
67 driver: "%database_driver%" 67 driver: "%database_driver%"
68 host: "%database_host%"
69 port: "%database_port%"
70 dbname: "%database_name%"
71 user: "%database_user%"
72 password: "%database_password%"
73 charset: UTF8 68 charset: UTF8
74 # if using pdo_sqlite as your database driver: 69 # if using pdo_sqlite as your database driver:
75 # 1. add the path in parameters.yml 70 # 1. add the path in parameters.yml