-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpassari-web-ui.toml
31 lines (28 loc) · 1.18 KB
/
passari-web-ui.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[flask]
# Replace this with a secure randomly generated string in production
SECRET_KEY='$PASSARI_WEB_UI_SECRET_KEY'
SECURITY_URL_PREFIX='/web-ui/'
# Replace this with a random string in production
SECURITY_PASSWORD_SALT='$PASSARI_WEB_UI_SECURITY_PASSWORD_SALT'
SECURITY_SEND_REGISTER_EMAIL=false
SECURITY_SEND_PASSWORD_CHANGE_EMAIL=false
SECURITY_SEND_PASSWORD_RESET_EMAIL=false
SECURITY_SEND_PASSWORD_RESET_NOTICE_EMAIL=false
# Logging configuration
CUSTOM_LOG_LEVELS='$PASSARI_WEB_UI_CUSTOM_LOG_LEVELS'
# URL to the MuseumPlus web UI. This is the base URL.
# For example, the following URL should be valid:
# {MUSEUMPLUS_UI_URL}/Object/1522
MUSEUMPLUS_UI_URL='$PASSARI_WEB_UI_MUSEUMPLUS_UI_URL'
# The expected heartbeat intervals for automated procedures plus an
# additional period to account for small delays.
# If the most recent heartbeat for a procedure is older, a warning
# will be displayed in the UI.
# 1 hour (expected) + 15 minutes
HEARTBEAT_INTERVAL_SYNC_PROCESSED_SIPS=4500
# 48 hours (expected) + 1 hour
HEARTBEAT_INTERVAL_SYNC_OBJECTS=176400
# 48 hours (expected) + 1 hour
HEARTBEAT_INTERVAL_SYNC_ATTACHMENTS=176400
# 24 hours (expected) + 1 hour
HEARTBEAT_INTERVAL_SYNC_HASHES=90000