Settings¶
Here is a list of available settings for this app. They can be configured by adding them to your Django settings file. All settings are optional and the app will use the documented value as default if they are not set.
Settings configuration for app_utils.
- APPUTILS_ESI_DAILY_DOWNTIME_END = 11.25¶
End time of daily downtime in UTC hours.
esi.fetch_esi_status() will report ESI as offline during this time.
- APPUTILS_ESI_DAILY_DOWNTIME_START = 11.0¶
Start time of daily downtime in UTC hours.
esi.fetch_esi_status() will report ESI as offline during this time.
- APP_UTILS_NOTIFY_THROTTLED_TIMEOUT = 86400¶
Timeout for throttled notifications in seconds.