diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-01 17:33:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:32:59 +0200 |
commit | 99ca4cbcf573cdd80ab525d573b1f0e3ab738057 (patch) | |
tree | ef54ff649355b574b6a0af5789d5aabc73bcace2 /example_project/settings.py | |
parent | 22e1f1f2a167b362ccaa3629c66c64d55aca8dae (diff) | |
download | Ishtar-99ca4cbcf573cdd80ab525d573b1f0e3ab738057.tar.bz2 Ishtar-99ca4cbcf573cdd80ab525d573b1f0e3ab738057.zip |
🗃️ GIS API: database migrations - some logic to manage token request
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index ba88e842a..feb994af8 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -285,7 +285,8 @@ ISHTAR_DEFAULT_YEAR = 1900 ISHTAR_MUSEUM_GAM = False # France - AlimGAM export of exhibitions # exclude business days from deadline calculation ISHTAR_FILE_EXCLUDE_BUSSINESS_DAYS = True - +# timeout for request token (GIS connector) +ISHTAR_REQUEST_TOKEN_TIMEOUT = 60*10 # 10 minutes ISHTAR_SLUGS = { "document-publisher": ["publisher"], } |