Commit a9d53a89 by Feanil Patel

Add note to notifier_env in case someone else updates it someday.

parent fb660495
# {{ ansible_managed }}
# Note this is used directly by the scheduler but not
# by the workers. Worker environment is set in supervisor
# config.
{% do notifier_env_vars.update(NOTIFIER_ENV_EXTRA) %}
{% for name,value in notifier_env_vars.items() %}
{% if value %}
export {{ name }}="{{ value }}"
{% endif %}
{% endif %}
{% endfor %}
{% if NOTIFIER_THEME_NAME != "" %}
export DJANGO_SETTINGS_MODULE=notifier.settings_local
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment