]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters_test.yml
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / parameters_test.yml
index 92f0364fb162f9c57086c2c5114610c142f500b9..257d2acecbc4ba637b4f316628993647c01c3d1b 100644 (file)
@@ -6,6 +6,5 @@ parameters:
     test_database_user: null
     test_database_password: null
     test_database_path: "%env(TEST_DATABASE_PATH)%"
-    env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
+    env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
     test_database_charset: utf8
-    domain_name: 'http://v2.wallabag.org'