aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-06 09:11:12 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-06 09:11:12 +0100
commit0c256e2e707c4c4627b737e33166639c6ec867b7 (patch)
treec4fa1c377a1eacb655540305579e694a16b563fb /docs/en/user
parent16037570bfd406f6503d51a94e0362cbbdc3600d (diff)
downloadwallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.tar.gz
wallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.tar.zst
wallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.zip
Updated default parameters.yml file in documentation
Diffstat (limited to 'docs/en/user')
-rw-r--r--docs/en/user/upgrade-2.0.x-2.1.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/user/upgrade-2.0.x-2.1.1.rst b/docs/en/user/upgrade-2.0.x-2.1.1.rst
index 4f9b9cee..3b39fc8c 100644
--- a/docs/en/user/upgrade-2.0.x-2.1.1.rst
+++ b/docs/en/user/upgrade-2.0.x-2.1.1.rst
@@ -46,6 +46,7 @@ Please check that your ``app/config/parameters.yml`` contains all the required p
46 database_password: null 46 database_password: null
47 database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' 47 database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite'
48 database_table_prefix: wallabag_ 48 database_table_prefix: wallabag_
49 database_socket: null
49 mailer_transport: smtp 50 mailer_transport: smtp
50 mailer_host: 127.0.0.1 51 mailer_host: 127.0.0.1
51 mailer_user: null 52 mailer_user: null
@@ -62,8 +63,10 @@ Please check that your ``app/config/parameters.yml`` contains all the required p
62 rabbitmq_port: 5672 63 rabbitmq_port: 5672
63 rabbitmq_user: guest 64 rabbitmq_user: guest
64 rabbitmq_password: guest 65 rabbitmq_password: guest
66 redis_scheme: tcp
65 redis_host: localhost 67 redis_host: localhost
66 redis_port: 6379 68 redis_port: 6379
69 redis_path: null
67 70
68You can find `here a documentation about parameters <http://doc.wallabag.org/en/master/user/parameters.html>`_. 71You can find `here a documentation about parameters <http://doc.wallabag.org/en/master/user/parameters.html>`_.
69 72