diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-26 16:36:13 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:55:37 +0100 |
commit | 3286c8f443ee164ccebaf7b833854a8a991fd39a (patch) | |
tree | f1b66898096efb0b35dbd794953427755a8335ea /example_project/settings.py | |
parent | cc880c117ed73ed35dc951a5f070746b112607d1 (diff) | |
download | Ishtar-3286c8f443ee164ccebaf7b833854a8a991fd39a.tar.bz2 Ishtar-3286c8f443ee164ccebaf7b833854a8a991fd39a.zip |
🔧 deactivate GPDR by default
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 74638e353..511c84f15 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -293,7 +293,7 @@ JOINT = " | " ISHTAR_SCRIPT_DIR = "" # GDPR -GDPR_LOGGING = True +GDPR_LOGGING = False GDPR_RETENTION_PERIOD = int(30.5 * 6) + 1 # ~ 6 month of logging # TODO: clean... |