diff --git a/local_settings-template.py b/local_settings-template.py index 893c932..6060379 100644 --- a/local_settings-template.py +++ b/local_settings-template.py @@ -29,3 +29,7 @@ AMAZON_API_SECRET = '' STRIPE_API_KEY = '' ENV_HOST = 'user@domain.com:22' + +BUGSNAG = { + "api_key": "", +}