diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:00:26 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:14:22 +0200 |
commit | 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 (patch) | |
tree | b0e35a7c53bc865bd2b437b1e8017003b1412363 /app/config/parameters_test.yml | |
parent | 443cff98405adfa7f27b5181f4aaa29bd7d050dc (diff) | |
download | wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.gz wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.zst wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.zip |
Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
Diffstat (limited to 'app/config/parameters_test.yml')
-rw-r--r-- | app/config/parameters_test.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml new file mode 100644 index 00000000..696c95ef --- /dev/null +++ b/app/config/parameters_test.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | parameters: | ||
2 | test_database_driver: pdo_sqlite | ||
3 | test_database_host: 127.0.0.1 | ||
4 | test_database_port: null | ||
5 | test_database_name: null | ||
6 | test_database_user: null | ||
7 | test_database_password: null | ||
8 | test_database_path: '%kernel.root_dir%/../data/db/wallabag_testYO.sqlite' | ||