Merge pull request #489 from juliancantillo/master

Added NEW_RELIC_APP_NAME env var for app.json
This commit is contained in:
Daniel Roy Greenfeld 2016-02-29 21:51:54 -08:00
commit 1407f8a491

View File

@ -22,6 +22,7 @@
"DJANGO_MAILGUN_SERVER_NAME": "",
{% if cookiecutter.use_newrelic == "y" -%}
"NEW_RELIC_LICENSE_KEY": "",
"NEW_RELIC_APP_NAME": "",
{%- endif %}
"DJANGO_MAILGUN_API_KEY": ""{% if cookiecutter.use_sentry == "y" -%},
"DJANGO_SENTRY_DSN": ""{%- endif %}