Load route_secret config

This commit is contained in:
Athanasios Voutsadakis
2017-11-15 12:05:05 +00:00
parent 061b057f24
commit 36663bd9ac
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ def extract_notify_config(notify_config):
os.environ['ADMIN_BASE_URL'] = notify_config['credentials']['admin_base_url']
os.environ['SECRET_KEY'] = notify_config['credentials']['secret_key']
os.environ['DANGEROUS_SALT'] = notify_config['credentials']['dangerous_salt']
os.environ['ROUTE_SECRET_KEY_1'] = notify_config['credentials']['route_secret_key_1']
os.environ['ROUTE_SECRET_KEY_2'] = notify_config['credentials']['route_secret_key_2']
def extract_notify_aws_config(aws_config):