diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-01 17:33:17 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:32:22 +0200 |
| commit | 59e9dd8091a9d469677077c578a108817957438e (patch) | |
| tree | d3b06be4803e1a76b83251f582de590c086b6fc4 /example_project/settings.py | |
| parent | 6ccf194c71e0d9920d0be14c30a64a76d2f6db19 (diff) | |
| download | Ishtar-59e9dd8091a9d469677077c578a108817957438e.tar.bz2 Ishtar-59e9dd8091a9d469677077c578a108817957438e.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 ba88e842a..feb994af8 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -285,7 +285,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"], } |
