From: Nicolas Lœuillet Date: Sun, 6 Nov 2016 08:11:12 +0000 (+0100) Subject: Updated default parameters.yml file in documentation X-Git-Tag: 2.1.4~19^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=0c256e2e707c4c4627b737e33166639c6ec867b7 Updated default parameters.yml file in documentation --- diff --git a/docs/de/user/upgrade-2.0.x-2.1.1.rst b/docs/de/user/upgrade-2.0.x-2.1.1.rst index db81a1be..d5ab477a 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.1.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.1.rst @@ -47,6 +47,7 @@ Bitte beachte, dass wir in dieser Version neue Parameter hinzugefügt haben. Du 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 @@ -63,8 +64,10 @@ Bitte beachte, dass wir in dieser Version neue Parameter hinzugefügt haben. Du rabbitmq_port: 5672 rabbitmq_user: guest rabbitmq_password: guest + redis_scheme: tcp redis_host: localhost redis_port: 6379 + redis_path: null Du kannst `hier eine Dokumentation über die Parameter finden `_. 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 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,10 @@ 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 `_. 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 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 @@ -61,8 +62,10 @@ Vérifiez que votre fichier ``app/config/parameters.yml`` contient tous les para rabbitmq_port: 5672 rabbitmq_user: guest rabbitmq_password: guest + redis_scheme: tcp redis_host: localhost redis_port: 6379 + redis_path: null Vous trouverez `ici une documentation détaillée concernant les paramètres `_.