mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
deploy: Add email config to settings.ini template
This commit is contained in:
@@ -8,3 +8,13 @@ DATABASE_URL=mysql://{{ db_user }}:{{ db_pass }}@localhost:3306/{{ db_name }}
|
|||||||
|
|
||||||
PROJECT_SHORT_NAME={{ display_short_name }}
|
PROJECT_SHORT_NAME={{ display_short_name }}
|
||||||
PROJECT_LONG_NAME={{ display_long_name }}
|
PROJECT_LONG_NAME={{ display_long_name }}
|
||||||
|
|
||||||
|
{% if email_host is defined %}
|
||||||
|
EMAIL_HOST={{ email_host }}
|
||||||
|
{% endif %}
|
||||||
|
{% if default_from_email is defined %}
|
||||||
|
DEFAULT_FROM_EMAIL={{ default_from_email }}
|
||||||
|
{% endif %}
|
||||||
|
{% if email_port is defined %}
|
||||||
|
EMAIL_PORT={{ email_port }}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user