summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-09 10:41:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-15 19:32:59 +0200
commit16146deb2e76bb77f9566e0c3d5f21fd98d0f65c (patch)
tree0aeb1358e2cc4a640845885e1179390b7656f54f /example_project
parent99ca4cbcf573cdd80ab525d573b1f0e3ab738057 (diff)
downloadIshtar-16146deb2e76bb77f9566e0c3d5f21fd98d0f65c.tar.bz2
Ishtar-16146deb2e76bb77f9566e0c3d5f21fd98d0f65c.zip
✨ GIS API: manage GIS connections (list, request token, create token, delete)
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index feb994af8..a0ebf1e63 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -286,7 +286,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"],
}