1
0
Fork 0

Update config.py

This commit is contained in:
Eric Lay 2025-05-18 16:46:55 -05:00
parent 48979cb1f6
commit 12a6052c55
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ VERIFY_ENDPOINT = config["api"]["verify_endpoint"]
RECONNECT_DELAY = config["settings"].get("reconnect_delay", 8)
FLASK_PORT = config["settings"].get("flask_port", 5150)
# Redis settings
REDIS_PW = config["redis"]["redis_pw"]
# Groups info
GROUP_NAMES = config.get("groups", {})
STAFF_GROUP_IDS = set(config.get("staff_group_ids", []))