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-07-21 15:07:42 +0200
commit4eed75f567f60c635a092f5db69076fa91268529 (patch)
treedf5cf9056a5dbba0f6d6a1a92e89e35e756af4a8 /example_project/settings.py
parent00a84ad04297f006c54ffd3cfeebb8af55782e25 (diff)
downloadIshtar-4eed75f567f60c635a092f5db69076fa91268529.tar.bz2
Ishtar-4eed75f567f60c635a092f5db69076fa91268529.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 5c1a039d3..cc6cafebd 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -286,7 +286,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"],
}