]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Updated default parameters.yml file in documentation 2546/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 6 Nov 2016 08:11:12 +0000 (09:11 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 6 Nov 2016 08:11:12 +0000 (09:11 +0100)
docs/de/user/upgrade-2.0.x-2.1.1.rst
docs/en/user/upgrade-2.0.x-2.1.1.rst
docs/fr/user/upgrade-2.0.x-2.1.1.rst

index db81a1becaa9c78a4cb9141c1722ab22c592bf0d..d5ab477abaf5dbaaa772ce65203307bd11d698b4 100644 (file)
@@ -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 <http://doc.wallabag.org/en/master/user/parameters.html>`_.
 
index 4f9b9ceebf39a5d7e4bf0e6b75b137c4573996f2..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,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 <http://doc.wallabag.org/en/master/user/parameters.html>`_.
 
index ec883d10e1448f19a552d22430eb5200b2cac921..f74c2fcd48845a52c89afe0707a8491fbf1ee1c9 100644 (file)
@@ -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 <http://doc.wallabag.org/fr/master/user/parameters.html>`_.