summaryrefslogtreecommitdiff
path: root/docs/environment_variables.rst
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-09-15 09:29:05 -0300
committerdrebs <drebs@riseup.net>2017-09-15 09:29:05 -0300
commitf29abe28bd778838626d12fcabe3980a8ce4fa8c (patch)
treea986c4e16d8d261c9f7385ee2d2a0c76e5bc6b27 /docs/environment_variables.rst
parent6ccb3dd07b401f9caa902e4690486c325e9aca52 (diff)
[doc] move environment variables to reference section
Diffstat (limited to 'docs/environment_variables.rst')
-rw-r--r--docs/environment_variables.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/environment_variables.rst b/docs/environment_variables.rst
deleted file mode 100644
index 8b976826..00000000
--- a/docs/environment_variables.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-Environment Variables
-=====================
-
-Some environment variables affect the behaviour of Soledad:
-
-============================== ============= =================================
-variable affects description
-============================== ============= =================================
-``SOLEDAD_HTTP_PERSIST`` client persist HTTP connections.
-``SOLEDAD_SERVER_CONFIG_FILE`` server use this configuration file
- instead of the default one.
-``LOCAL_SERVICES_PORT`` server which port to use for local
- TCP services.
-``HTTPS_PORT`` server which port to use for public
- HTTPS services.
-``SOLEDAD_USE_PYTHON_LOGGING`` client/server use python logging instead of
- twisted's logger.
-``SOLEDAD_LOG_TO_STDOUT`` client/server log to standard output.
-============================== ============= =================================
-