]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters_test.yml
Move test parameters out of parameters.yml
[github/wallabag/wallabag.git] / app / config / parameters_test.yml
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml
new file mode 100644 (file)
index 0000000..696c95e
--- /dev/null
@@ -0,0 +1,8 @@
+parameters:
+    test_database_driver: pdo_sqlite
+    test_database_host: 127.0.0.1
+    test_database_port: null
+    test_database_name: null
+    test_database_user: null
+    test_database_password: null
+    test_database_path: '%kernel.root_dir%/../data/db/wallabag_testYO.sqlite'