summaryrefslogtreecommitdiff
path: root/docs/reference/environment_variables.rst
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-11-19 18:32:50 -0200
committerdrebs <drebs@riseup.net>2017-11-19 20:10:00 -0200
commit0844dc3a1a15f60757a680c819cad686b5724bf4 (patch)
treeceb3bbf8e461edeca9d632440590323909e69407 /docs/reference/environment_variables.rst
parent70cd9349faad311d645157f1961f63e030998a57 (diff)
[feature] allow setting couchdb url from environment
Diffstat (limited to 'docs/reference/environment_variables.rst')
-rw-r--r--docs/reference/environment_variables.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/environment_variables.rst b/docs/reference/environment_variables.rst
index bfd155ee..321c925c 100644
--- a/docs/reference/environment_variables.rst
+++ b/docs/reference/environment_variables.rst
@@ -6,6 +6,7 @@ Some environment variables affect the behaviour of Soledad:
============================== =============== =================================
variable affects description
============================== =============== =================================
+``SOLEDAD_COUCH_URL`` server override the CouchDB url.
``SOLEDAD_HTTP_PERSIST`` client persist HTTP connections.
``SOLEDAD_USE_PYTHON_LOGGING`` client / server use python logging instead of
twisted's logger.