mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
updating env.example
This commit is contained in:
parent
8b2ec73a8c
commit
e2c700da5c
|
@ -18,3 +18,8 @@ DJANGO_SENTRY_DSN=
|
||||||
{% if cookiecutter.use_newrelic == 'y' -%}
|
{% if cookiecutter.use_newrelic == 'y' -%}
|
||||||
NEW_RELIC_LICENSE_KEY
|
NEW_RELIC_LICENSE_KEY
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if cookiecutter.use_opbeat == 'y' -%}
|
||||||
|
DJANGO_OPBEAT_ORGANIZATION_ID
|
||||||
|
DJANGO_OPBEAT_APP_ID
|
||||||
|
DJANGO_OPBEAT_SECRET_TOKEN
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user