aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index f2f5f9f3..7dc1bf51 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -65,12 +65,12 @@ 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%"
68 charset: UTF8 73 charset: UTF8
69 # if using pdo_sqlite as your database driver:
70 # 1. add the path in parameters.yml
71 # e.g. database_path: "%kernel.root_dir%/data/data.db3"
72 # 2. Uncomment database_path in parameters.yml.dist
73 # 3. Uncomment next line:
74 path: "%database_path%" 74 path: "%database_path%"
75 75
76 orm: 76 orm: