diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 12:14:40 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 12:14:40 +0100 |
commit | a1661af17c9054a6c399dd9d5220f8d6a5091fa2 (patch) | |
tree | 126a64f79b8b840b9b4c2b876f4da64eb5dc3f03 /app/config/config_test.yml | |
parent | f209798368de66b4acd8b892fe71018ebb30c2da (diff) | |
download | wallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.tar.gz wallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.tar.zst wallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.zip |
Add custom driver & schema manager for PostgreSQL 10
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index c620c359..fc067ff4 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -23,6 +23,7 @@ swiftmailer: | |||
23 | doctrine: | 23 | doctrine: |
24 | dbal: | 24 | dbal: |
25 | driver: "%test_database_driver%" | 25 | driver: "%test_database_driver%" |
26 | driver_class: "%test_database_driver_class%" | ||
26 | host: "%test_database_host%" | 27 | host: "%test_database_host%" |
27 | port: "%test_database_port%" | 28 | port: "%test_database_port%" |
28 | dbname: "%test_database_name%" | 29 | dbname: "%test_database_name%" |