aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr
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/fr
parent16037570bfd406f6503d51a94e0362cbbdc3600d (diff)
downloadwallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.tar.gz
wallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.tar.zst
wallabag-0c256e2e707c4c4627b737e33166639c6ec867b7.zip
Updated default parameters.yml file in documentation
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/user/upgrade-2.0.x-2.1.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/fr/user/upgrade-2.0.x-2.1.1.rst b/docs/fr/user/upgrade-2.0.x-2.1.1.rst
index ec883d10..f74c2fcd 100644
--- a/docs/fr/user/upgrade-2.0.x-2.1.1.rst
+++ b/docs/fr/user/upgrade-2.0.x-2.1.1.rst
@@ -45,6 +45,7 @@ Vérifiez que votre fichier ``app/config/parameters.yml`` contient tous les para
45 database_password: null 45 database_password: null
46 database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite' 46 database_path: '%kernel.root_dir%/../data/db/wallabag.sqlite'
47 database_table_prefix: wallabag_ 47 database_table_prefix: wallabag_
48 database_socket: null
48 mailer_transport: smtp 49 mailer_transport: smtp
49 mailer_host: 127.0.0.1 50 mailer_host: 127.0.0.1
50 mailer_user: null 51 mailer_user: null
@@ -61,8 +62,10 @@ Vérifiez que votre fichier ``app/config/parameters.yml`` contient tous les para
61 rabbitmq_port: 5672 62 rabbitmq_port: 5672
62 rabbitmq_user: guest 63 rabbitmq_user: guest
63 rabbitmq_password: guest 64 rabbitmq_password: guest
65 redis_scheme: tcp
64 redis_host: localhost 66 redis_host: localhost
65 redis_port: 6379 67 redis_port: 6379
68 redis_path: null
66 69
67Vous trouverez `ici une documentation détaillée concernant les paramètres <http://doc.wallabag.org/fr/master/user/parameters.html>`_. 70Vous trouverez `ici une documentation détaillée concernant les paramètres <http://doc.wallabag.org/fr/master/user/parameters.html>`_.
68 71