diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-01 17:33:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 18:16:05 +0200 |
commit | 2affbfc716765b697fa6bc676b5f5788f17f3063 (patch) | |
tree | 17b810f995acce655e24fde96bea2afdcfb0ca4e /example_project | |
parent | 606934214846af318b4074b3bb8b06f3bb1bec7c (diff) | |
download | Ishtar-2affbfc716765b697fa6bc676b5f5788f17f3063.tar.bz2 Ishtar-2affbfc716765b697fa6bc676b5f5788f17f3063.zip |
🗃️ GIS API: database migrations - some logic to manage token request
Diffstat (limited to 'example_project')
-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 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"], } |