summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
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
commit99ca4cbcf573cdd80ab525d573b1f0e3ab738057 (patch)
treeef54ff649355b574b6a0af5789d5aabc73bcace2 /example_project/settings.py
parent22e1f1f2a167b362ccaa3629c66c64d55aca8dae (diff)
downloadIshtar-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.py3
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"],
}