diff options
author | drebs <drebs@riseup.net> | 2017-09-04 20:30:01 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-05 11:17:51 -0300 |
commit | e0a650d9ade2d028b9aaa4f0fb9fb07a371fbdfe (patch) | |
tree | a73123593cc7748efa1649055441f2df898d5174 /docs/environment_variables.rst | |
parent | 55c8af06488e7061b5e7a53595258180a78b7ef9 (diff) |
[feat] toggle http persistence depending on environment variable
Diffstat (limited to 'docs/environment_variables.rst')
-rw-r--r-- | docs/environment_variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/environment_variables.rst b/docs/environment_variables.rst new file mode 100644 index 00000000..bebc11d6 --- /dev/null +++ b/docs/environment_variables.rst @@ -0,0 +1,6 @@ +Environment Variables +===================== + +Some environment variables affect the behaviour of Soledad Client: + +* ``SOLEDAD_HTTP_PERSIST``: persist HTTP connections. |