aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-12 13:19:45 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-12 13:19:45 +0200
commit18470d7c6a5c71e4503f7661e85120630541afb8 (patch)
tree8c6188c0d4a262c122acb609af327ddaf1cf49f3 /docs/en/user
parentda8ecdfa17a0ed482f9066c674a0e7d76a9354cd (diff)
downloadwallabag-18470d7c6a5c71e4503f7661e85120630541afb8.tar.gz
wallabag-18470d7c6a5c71e4503f7661e85120630541afb8.tar.zst
wallabag-18470d7c6a5c71e4503f7661e85120630541afb8.zip
Added french documentation for parameters.yml
Diffstat (limited to 'docs/en/user')
-rw-r--r--docs/en/user/parameters.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/user/parameters.rst b/docs/en/user/parameters.rst
index 79c50871..6cbd5ae4 100644
--- a/docs/en/user/parameters.rst
+++ b/docs/en/user/parameters.rst
@@ -9,9 +9,9 @@ What is the meaning of the parameters?
9 "database_name", "symfony", "name of your database" 9 "database_name", "symfony", "name of your database"
10 "database_user", "root", "user that can write to this database" 10 "database_user", "root", "user that can write to this database"
11 "database_password", "~", "password of that user" 11 "database_password", "~", "password of that user"
12 "database_path", "``""%kernel.root_dir%/../data/db/wallabag.sqlite""``", "only for SQLite, define where to put the database file. Leave it for other database" 12 "database_path", "``""%kernel.root_dir%/../data/db/wallabag.sqlite""``", "only for SQLite, define where to put the database file. Leave it empty for other database"
13 "database_table_prefix", "wallabag_", "all wallabag's tables will be prefixed with that string. You can include a ``_`` for clarity" 13 "database_table_prefix", "wallabag_", "all wallabag's tables will be prefixed with that string. You can include a ``_`` for clarity"
14 "database_socket", "null", "If your database is using a socket instead of tcp, put the path of the socket (other connection parameters will then be ignored" 14 "database_socket", "null", "If your database is using a socket instead of tcp, put the path of the socket (other connection parameters will then be ignored)"
15 15
16.. csv-table:: Configuration to send emails from wallabag 16.. csv-table:: Configuration to send emails from wallabag
17 :header: "name", "default", "description" 17 :header: "name", "default", "description"
@@ -38,7 +38,7 @@ What is the meaning of the parameters?
38 38
39 "rabbitmq_host", "localhost", "Host of your RabbitMQ" 39 "rabbitmq_host", "localhost", "Host of your RabbitMQ"
40 "rabbitmq_port", "5672", "Port of your RabbitMQ" 40 "rabbitmq_port", "5672", "Port of your RabbitMQ"
41 "rabbitmq_user", "guest", "Usee that can read queues" 41 "rabbitmq_user", "guest", "User that can read queues"
42 "rabbitmq_password", "guest", "Password of that user" 42 "rabbitmq_password", "guest", "Password of that user"
43 43
44.. csv-table:: Redis configuration 44.. csv-table:: Redis configuration