X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fparameters.yml.dist;h=b3947207a1a558ab06e4d2f299eca3deeb7eb923;hb=57162494557c5eac938a7d6800ac1b112f73efc9;hp=1c72b9a3e45281e4764fc8c462ca266011683d97;hpb=9e11bfa4a632374df5b1e6bb380c769b6231225c;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 1c72b9a3..b3947207 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -1,7 +1,13 @@ # This file is a "template" of what your parameters.yml file should look like parameters: database_driver: pdo_sqlite - database_path: "%kernel.root_dir%/../data/db/poche.sqlite" + database_host: 127.0.0.1 + database_port: ~ + database_name: symfony + database_user: root + database_password: ~ + database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" + database_table_prefix: wallabag_ mailer_transport: smtp mailer_host: 127.0.0.1 @@ -16,6 +22,10 @@ parameters: # wallabag misc app.version: 2.0.0-alpha + # message to display at the bottom of the page + warning_message: > + You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to our issues list and open a new if necessary + download_pictures: false # if true, pictures will be stored into data/assets for each article # Entry view @@ -32,5 +42,9 @@ parameters: export_mobi: true export_pdf: true - # List view - items_on_page: 12 \ No newline at end of file + # default user config + items_on_page: 12 + theme: material + language: en_US + from_email: no-reply@wallabag.org + rss_limit: 50