]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/parameters.yml.dist
Merge pull request #1429 from wallabag/v2-language
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
index 7331801336fe005c139ff4c6544dab56726b9ecf..b3947207a1a558ab06e4d2f299eca3deeb7eb923 100644 (file)
@@ -7,6 +7,7 @@ parameters:
     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
@@ -21,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
@@ -39,7 +44,7 @@ parameters:
 
     # default user config
     items_on_page: 12
-    theme: baggy
+    theme: material
     language: en_US
     from_email: no-reply@wallabag.org
     rss_limit: 50