X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Ftests%2Fparameters.yml.dist.mysql;h=3b9262bbab2b35e7564e54c5b95f656923646cf3;hb=85ad629a3ca209907effd75f5fd7f384f42361bc;hp=d8c23634d7f2c3c728da6b9d2b2dfea990415029;hpb=03fb6fde5f02c4fce49fbe20ed384e693b805a0a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index d8c23634..3b9262bb 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -12,7 +12,7 @@ parameters: test_database_driver: pdo_mysql test_database_host: localhost test_database_port: 3306 - test_database_name: wallabag + test_database_name: wallabag_test test_database_user: root test_database_password: ~ test_database_path: ~ @@ -29,6 +29,8 @@ parameters: # wallabag misc app.version: 2.0.0-alpha + twofactor_auth: true + twofactor_sender: no-reply@wallabag.org # message to display at the bottom of the page warning_message: > @@ -49,6 +51,12 @@ parameters: export_epub: true export_mobi: true export_pdf: true + export_csv: true + export_json: true + export_txt: true + export_xml: true + wallabag_url: http://v2.wallabag.org + wallabag_support_url: 'https://www.wallabag.org/pages/support.html' # default user config items_on_page: 12 @@ -56,3 +64,6 @@ parameters: language: en_US from_email: no-reply@wallabag.org rss_limit: 50 + + # pocket import + pocket_consumer_key: xxxxxxxx