aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests/parameters.yml.dist.pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/tests/parameters.yml.dist.pgsql')
-rw-r--r--app/config/tests/parameters.yml.dist.pgsql6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql
index 3c61142d..a5aef028 100644
--- a/app/config/tests/parameters.yml.dist.pgsql
+++ b/app/config/tests/parameters.yml.dist.pgsql
@@ -12,7 +12,7 @@ parameters:
12 test_database_driver: pdo_pgsql 12 test_database_driver: pdo_pgsql
13 test_database_host: localhost 13 test_database_host: localhost
14 test_database_port: 14 test_database_port:
15 test_database_name: wallabag 15 test_database_name: wallabag_test
16 test_database_user: travis 16 test_database_user: travis
17 test_database_password: ~ 17 test_database_password: ~
18 test_database_path: ~ 18 test_database_path: ~
@@ -51,6 +51,10 @@ parameters:
51 export_epub: true 51 export_epub: true
52 export_mobi: true 52 export_mobi: true
53 export_pdf: true 53 export_pdf: true
54 export_csv: true
55 export_json: true
56 export_txt: true
57 export_xml: true
54 wallabag_url: http://v2.wallabag.org 58 wallabag_url: http://v2.wallabag.org
55 wallabag_support_url: 'https://www.wallabag.org/pages/support.html' 59 wallabag_support_url: 'https://www.wallabag.org/pages/support.html'
56 60