aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-12-13 13:50:15 +0100
committerGitHub <noreply@github.com>2017-12-13 13:50:15 +0100
commit70265817aee257e7e635eda79ce3e037e3b4a242 (patch)
tree597e166497ba87778f48053cb4c7747405e280b1 /app/config/config.yml
parent08d6497c9cfeb107ff9781c46bac6368f3f92c9f (diff)
parent2e9747a59a6011622588829e4605af3710b61a21 (diff)
downloadwallabag-70265817aee257e7e635eda79ce3e037e3b4a242.tar.gz
wallabag-70265817aee257e7e635eda79ce3e037e3b4a242.tar.zst
wallabag-70265817aee257e7e635eda79ce3e037e3b4a242.zip
Merge pull request #3488 from wallabag/pg-10
Add custom driver & schema manager for PostgreSQL 10
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 08da4f8f..04d757c1 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -47,6 +47,7 @@ twig:
47doctrine: 47doctrine:
48 dbal: 48 dbal:
49 driver: "%database_driver%" 49 driver: "%database_driver%"
50 driver_class: "%database_driver_class%"
50 host: "%database_host%" 51 host: "%database_host%"
51 port: "%database_port%" 52 port: "%database_port%"
52 dbname: "%database_name%" 53 dbname: "%database_name%"