diff options
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' | ||