diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-12-13 13:50:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 13:50:15 +0100 |
commit | 70265817aee257e7e635eda79ce3e037e3b4a242 (patch) | |
tree | 597e166497ba87778f48053cb4c7747405e280b1 /app/config/config_test.yml | |
parent | 08d6497c9cfeb107ff9781c46bac6368f3f92c9f (diff) | |
parent | 2e9747a59a6011622588829e4605af3710b61a21 (diff) | |
download | wallabag-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_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%" |