]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Merge pull request #1392 from wallabag/v2-fix-redirect
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 9c12150dc6a2b6ad67d67adad20cded3dde7f946..b3947207a1a558ab06e4d2f299eca3deeb7eb923 100644 (file)
@@ -1,11 +1,13 @@
 # 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_port: ~
     database_name: symfony
     database_user: root
     database_password: ~
-    database_path: "%kernel.root_dir%/../data/db/poche.sqlite"
+    database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
+    database_table_prefix: wallabag_
 
     mailer_transport:  smtp
     mailer_host:       127.0.0.1
@@ -20,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 <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>
+
     download_pictures: false # if true, pictures will be stored into data/assets for each article
 
     # Entry view
@@ -36,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