Skip to content
Snippets Groups Projects
Commit a88d2e11 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

add quotes to template

parent 217ab8fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ MAIL_REPLY_TO = "{{ alumni_graph_mail_reply_to }}"
SERVER_NAME = "{{ alumni_graph_server_name }}"
#PREFERRED_URL_SCHEME = "https"
MAIL_SERVER = {{ alumni_graph_mail_server }}
MAIL_SERVER = "{{ alumni_graph_mail_server }}"
MAIL_PORT = {{ alumni_graph_mail_port }}
MAIL_USE_TLS = {{ alumni_graph_mail_tls }}
MAIL_USERNAME = {{ alumni_graph_mail_user }}
MAIL_PASSWORD = {{ alumni_graph_mail_pass }}
MAIL_USERNAME = "{{ alumni_graph_mail_user }}"
MAIL_PASSWORD = "{{ alumni_graph_mail_pass }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment