Update settings.py

This commit is contained in:
SpudGunMan
2025-05-21 16:36:46 -07:00
parent f54d362ea0
commit 903767f4b3
+1
View File
@@ -236,6 +236,7 @@ try:
sentry_radius = config['sentry'].getint('SentryRadius', 100) # default 100 meters
email_sentry_alerts = config['sentry'].getboolean('emailSentryAlerts', False) # default False
highfly_enabled = config['sentry'].getboolean('highFlyingAlert', True) # default True
highfly_altitude = config['sentry'].getint('highFlyingAlertAltitude', 2000) # default 2000 meters
# location
location_enabled = config['location'].getboolean('enabled', True)