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:
Leo Hemsted
2017-08-23 18:11:44 +01:00
parent 89f4f5173e
commit bd2682b521
4 changed files with 35 additions and 20 deletions

View File

@@ -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 ###