From f29abe28bd778838626d12fcabe3980a8ce4fa8c Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 15 Sep 2017 09:29:05 -0300 Subject: [doc] move environment variables to reference section --- docs/reference/environment_variables.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/reference/environment_variables.rst (limited to 'docs/reference/environment_variables.rst') diff --git a/docs/reference/environment_variables.rst b/docs/reference/environment_variables.rst new file mode 100644 index 00000000..bfd155ee --- /dev/null +++ b/docs/reference/environment_variables.rst @@ -0,0 +1,19 @@ +Environment Variables +===================== + +Some environment variables affect the behaviour of Soledad: + +============================== =============== ================================= +variable affects description +============================== =============== ================================= +``SOLEDAD_HTTP_PERSIST`` client persist HTTP connections. +``SOLEDAD_USE_PYTHON_LOGGING`` client / server use python logging instead of + twisted's logger. +``SOLEDAD_LOG_TO_STDOUT`` client / server log to standard output. +``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. +============================== =============== ================================= -- cgit v1.2.3