summaryrefslogtreecommitdiff
path: root/docs/howto/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/config.rst')
-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
^^^^^^^^