mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Added NEW_RELIC_APP_NAME env var for app.json
When using the one-click deployment to Heroku the building process fails if the app uses NewRelic.
This commit is contained in:
parent
6cd4ab6e81
commit
6ef60301d1
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user