[bin] Fixing bin scripts and adding bus check
This commit is contained in:
@ -22,7 +22,7 @@ import re
|
||||
# ----------------------
|
||||
GMAIL_USER = os.getenv("GMAIL_USER", "your-email@gmail.com")
|
||||
GMAIL_APP_PASSWORD = os.getenv("GMAIL_APP_PASSWORD", "your-app-password")
|
||||
NTFY_TOPIC = os.getenv("NTFY_TOPIC", "dev-notifications")
|
||||
NTFY_TOPIC = os.getenv("NTFY_TOPIC", "KKddGQxVm2LoP0JF")
|
||||
NTFY_SERVER = os.getenv("NTFY_SERVER", "https://ntfy.sh")
|
||||
CHECK_INTERVAL = int(os.getenv("CHECK_INTERVAL", "60"))
|
||||
JIRA_SENDERS = ["jira@yourcompany.com", "jira@atlassian.net"]
|
||||
|
||||
Reference in New Issue
Block a user