diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-09 10:41:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 18:16:05 +0200 |
commit | 5b0c5f805eb444269668e318082ec7809719ff8f (patch) | |
tree | 35d048c9a4568937785cabb3a8fc669998d5f323 /example_project | |
parent | 2213cdd8fd06f5df85c14fd7306ba2fdfab831e2 (diff) | |
download | Ishtar-5b0c5f805eb444269668e318082ec7809719ff8f.tar.bz2 Ishtar-5b0c5f805eb444269668e318082ec7809719ff8f.zip |
✨ GIS API: manage GIS connections (list, request token, create token, delete)
Diffstat (limited to 'example_project')
-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 cc6cafebd..709fce8ea 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -287,7 +287,7 @@ 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_REQUEST_TOKEN_TIMEOUT = 60 * 5 # 5 minutes ISHTAR_SLUGS = { "document-publisher": ["publisher"], } |