Updated config to cloudfoundry_config

This commit is contained in:
Ken Tsang
2017-03-31 16:37:04 +01:00
parent c633e193b0
commit 316d8fdb0d
2 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ def extract_notify_config(notify_config):
os.environ['ADMIN_CLIENT_SECRET'] = notify_config['credentials']['admin_client_secret']
os.environ['SECRET_KEY'] = notify_config['credentials']['secret_key']
os.environ['DANGEROUS_SALT'] = notify_config['credentials']['dangerous_salt']
os.environ['PERFORMANCE_PLATFORM_ENABLED'] = notify_config['credentials']['performance_platform_enabled']
def extract_notify_aws_config(aws_config):