X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters.yml.dist;h=52f9bccbca8af43b5c444b85da602cd6cc3c5f3d;hb=75c48e3ae0e7b23a246216b98f9b1368b9cdd69b;hp=b3947207a1a558ab06e4d2f299eca3deeb7eb923;hpb=34437f408c5b7b590aded6795d7ce01bfbfc7711;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index b3947207..52f9bccb 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -1,7 +1,7 @@ # This file is a "template" of what your parameters.yml file should look like parameters: - database_driver: pdo_sqlite - database_host: 127.0.0.1 + database_driver: pdo_sqlite + database_host: 127.0.0.1 database_port: ~ database_name: symfony database_user: root @@ -9,6 +9,14 @@ parameters: database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" database_table_prefix: wallabag_ + test_database_driver: pdo_sqlite + test_database_host: 127.0.0.1 + test_database_port: ~ + test_database_name: ~ + test_database_user: ~ + test_database_password: ~ + test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite" + mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: ~ @@ -21,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: >