diff options
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 |
commit | 4eed75f567f60c635a092f5db69076fa91268529 (patch) | |
tree | df5cf9056a5dbba0f6d6a1a92e89e35e756af4a8 /example_project/settings.py | |
parent | 00a84ad04297f006c54ffd3cfeebb8af55782e25 (diff) | |
download | Ishtar-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.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"], } |