Skip to content

Commit

Permalink
Default to old value of list if specified list is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-li committed Nov 4, 2022
1 parent 6f0bf0f commit f32d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/ansible/settings_template.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EMAIL_PORT = {{ email_port }}
EMAIL_SUBJECT_PREFIX = '{{ email_subject_prefix }}'
# A list of admin email addresses to be notified about new requests and other
# events.
EMAIL_ADMIN_LIST = {{ email_admin_list }}
EMAIL_ADMIN_LIST = {{ email_admin_list }} or ['admin@{{ hostname }}']
EMAIL_SENDER = '{{ from_email }}'
EMAIL_TICKET_SYSTEM_ADDRESS = 'help@{{ hostname }}'
EMAIL_DIRECTOR_EMAIL_ADDRESS = 'director@{{ hostname }}'
Expand Down

0 comments on commit f32d0e0

Please sign in to comment.