summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-09-01 21:17:01 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-26 14:02:27 +0200
commit2109a65b1a233d42da84cc2aad982bf8a4b49816 (patch)
treeb7b265b89e013f90be80502fabddefc74e761a04 /docs
parent2a0dda1beeeb1b5d7f6fa31b628306ae8146996a (diff)
downloadpysaml2-2109a65b1a233d42da84cc2aad982bf8a4b49816.tar.gz
Read from env var PYSAML2_DELETE_TMPFILES
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/config.rst16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 3a27d199..ddb41194 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -1,5 +1,15 @@
.. _howto_config:
+Environment variables
+=====================
+
+PYSAML2_DELETE_TMPFILES
+^^^^^^^^^^^^^^^^^^^^^^^
+
+If set to "False" will keep temporary xml files in the system temporary storage.
+Default: "true"; delete temporary files.
+
+
Configuration of pySAML2 entities
=================================
@@ -157,12 +167,6 @@ Format::
Whether debug information should be sent to the log file.
-os.environ['PYSAML2_DELETE_XMLSEC_TMP']
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If set to "False" will keep temporary xml files in `/tmp`.
-Default: True, delete temporary files.
-
entityid
^^^^^^^^