diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/client.rst | 4 | ||||
-rw-r--r-- | docs/environment_variables.rst | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/client.rst b/docs/client.rst index 3befd69c..7efabd6f 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -7,3 +7,7 @@ migrated here in the future. You can also take a look at :ref:`client-side-code-api` and :ref:`client-side-attachments-api` for information on the API. + +.. toctree:: + + environment_variables 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. |