]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/upgrade-2.0.x-2.1.1.rst
Updated default parameters.yml file in documentation
[github/wallabag/wallabag.git] / docs / en / user / upgrade-2.0.x-2.1.1.rst
index f5a4859273e788e1bb66993febbbfd10a55a6434..3b39fc8cec80af72d9b786d44ba4e9e0a783813a 100644 (file)
@@ -46,6 +46,7 @@ Please check that your ``app/config/parameters.yml`` contains all the required p
         database_password: null
         database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite'
         database_table_prefix: wallabag_
+        database_socket: null
         mailer_transport: smtp
         mailer_host: 127.0.0.1
         mailer_user: null
@@ -62,8 +63,12 @@ Please check that your ``app/config/parameters.yml`` contains all the required p
         rabbitmq_port: 5672
         rabbitmq_user: guest
         rabbitmq_password: guest
+        redis_scheme: tcp
         redis_host: localhost
         redis_port: 6379
+        redis_path: null
+
+You can find `here a documentation about parameters <http://doc.wallabag.org/en/master/user/parameters.html>`_.
 
 If you use SQLite, you must also copy your ``data/`` folder inside the new installation.