diff options
Diffstat (limited to 'app/config/tests/parameters_test.mysql.yml')
-rw-r--r-- | app/config/tests/parameters_test.mysql.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/tests/parameters_test.mysql.yml b/app/config/tests/parameters_test.mysql.yml new file mode 100644 index 00000000..d8512845 --- /dev/null +++ b/app/config/tests/parameters_test.mysql.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | parameters: | ||
2 | test_database_driver: pdo_mysql | ||
3 | test_database_host: localhost | ||
4 | test_database_port: 3306 | ||
5 | test_database_name: wallabag_test | ||
6 | test_database_user: root | ||
7 | test_database_password: ~ | ||
8 | test_database_path: ~ | ||