Bugsnag API key in local_settings template

master
Nick Sergeant 2012-09-19 22:26:11 -04:00
parent c389c53294
commit 422b6b69e6
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@ AMAZON_API_SECRET = ''
STRIPE_API_KEY = ''
ENV_HOST = 'user@domain.com:22'
BUGSNAG = {
"api_key": "",
}