From 2109a65b1a233d42da84cc2aad982bf8a4b49816 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 1 Sep 2019 21:17:01 +0200 Subject: Read from env var PYSAML2_DELETE_TMPFILES Signed-off-by: Ivan Kanakarakis --- docs/howto/config.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'docs') 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 ^^^^^^^^ -- cgit v1.2.1