]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/tests/parameters.yml.dist.mysql
Merge pull request #1641 from wallabag/v2-doc-typo
[github/wallabag/wallabag.git] / app / config / tests / parameters.yml.dist.mysql
index bd45f091658c3657a1e71c0954bb4f4c85716f95..3b9262bbab2b35e7564e54c5b95f656923646cf3 100644 (file)
@@ -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: ~
@@ -21,8 +21,6 @@ parameters:
     mailer_host:       127.0.0.1
     mailer_user:       ~
     mailer_password:   ~
-    switftmailer_username: null
-    switftmailer_password: null
 
     locale:            en
 
@@ -53,6 +51,10 @@ 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'