Merge pull request #140 from alphagov/remove_delivery_config

Removed DELIVERY_CLIENT_USER_NAME and DELIVERY_CLIENT_SECRET
This commit is contained in:
Chris Hill-Scott
2016-03-08 17:10:44 +00:00
4 changed files with 0 additions and 11 deletions

View File

@@ -61,11 +61,6 @@ def fetch_client(client):
"client": client,
"secret": [current_app.config.get('ADMIN_CLIENT_SECRET')]
}
elif client == current_app.config.get('DELIVERY_CLIENT_USER_NAME'):
return {
"client": client,
"secret": [current_app.config.get('DELIVERY_CLIENT_SECRET')]
}
else:
return {
"client": client,