Skip to content

Commit

Permalink
variable added to config
Browse files Browse the repository at this point in the history
  • Loading branch information
hamin committed Jun 6, 2024
1 parent 243af0e commit 7b85fc9
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 @@ -50,6 +50,7 @@ class Config(object):
COMMIT = commit
ADMINS = os.environ.get('ADMINS').split(",") or ['jboucas@gmail.com']
PREAUTH = os.environ.get('PREAUTH') or False
WHITELISTED_IPS = os.environ.get('WHITELISTED_IPS') or ""

# PRIVATE_APPS = os.environ.get('PRIVATE_APPS') or None

Expand Down

0 comments on commit 7b85fc9

Please sign in to comment.