mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 03:48:25 -04:00
add new performance-platform section to cf config
it's a new cf-service we've got to create, that contains endpoints and the bearer tokens for them.
This commit is contained in:
@@ -273,6 +273,10 @@ class Config(object):
|
||||
|
||||
SMS_INBOUND_WHITELIST = json.loads(os.environ.get('SMS_INBOUND_WHITELIST', '[]'))
|
||||
|
||||
# Format is as follows:
|
||||
# {"dataset_1": "token_1", ...}
|
||||
PERFORMANCE_PLATFORM_ENDPOINTS = json.loads(os.environ.get('PERFORMANCE_PLATFORM_ENDPOINTS', '{}'))
|
||||
|
||||
|
||||
######################
|
||||
# Config overrides ###
|
||||
|
||||
Reference in New Issue
Block a user