Skip to content

Commit

Permalink
Add officer webhook url to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Feb 24, 2024
1 parent 6508872 commit 79c4d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
EMAILS_ENABLED = MAILGUN_API_KEY is not None or SENDGRID_API_KEY is not None
EMAIL = MAILGUN_EMAIL or SENDGRID_EMAIL

OFFICER_WEBHOOK_URL = os.environ.get('OFFICER_WEBHOOK_URL')
OSU_API_KEY = os.environ.get('OSU_API_KEY')
DOMAIN_NAME = os.environ.get('DOMAIN_NAME')

Expand Down

0 comments on commit 79c4d1b

Please sign in to comment.