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

alumnigraph: update config templates and default config

parent a88d2e11
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ SERVER_NAME = "{{ alumni_graph_server_name }}"
MAIL_SERVER = "{{ alumni_graph_mail_server }}"
MAIL_PORT = {{ alumni_graph_mail_port }}
MAIL_USE_TLS = {{ alumni_graph_mail_tls }}
{% if alumni_graph_mail_user is defined %}
MAIL_USERNAME = "{{ alumni_graph_mail_user }}"
MAIL_PASSWORD = "{{ alumni_graph_mail_pass }}"
{% endif %}
......@@ -40,6 +40,8 @@ alumni_graph_server_name: "alumni.example.com"
alumni_graph_mail_server: "mail.examle.com"
alumni_graph_mail_port: 25
alumni_graph_mail_tls: False
alumni_graph_mail_user: None
alumni_graph_mail_pass: None
#Do not define if there is no authentication needed
#alumni_graph_mail_user: None
#alumni_graph_mail_pass: None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment