mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 05:28:49 -04:00
retrieve sms ip whitelist from credentials on paas
This commit is contained in:
@@ -262,7 +262,7 @@ class Config(object):
|
||||
|
||||
FREE_SMS_TIER_FRAGMENT_COUNT = 250000
|
||||
|
||||
ALLOW_IP_INBOUND_SMS = []
|
||||
ALLOW_IP_INBOUND_SMS = os.environ.get('SMS_INBOUND_WHITELIST', [])
|
||||
|
||||
|
||||
######################
|
||||
|
||||
Reference in New Issue
Block a user