Skip to content
Snippets Groups Projects
Commit d1c86bc7 authored by Hinrikus Wolf's avatar Hinrikus Wolf Committed by Lars Beckers
Browse files

update config to be sentry enabable

parent 31accdf7
No related branches found
No related tags found
1 merge request!4WIP: add acmebot role
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -19,3 +19,6 @@ MAIL_USERNAME = "{{ alumni_graph_mail_user }}" ...@@ -19,3 +19,6 @@ MAIL_USERNAME = "{{ alumni_graph_mail_user }}"
MAIL_PASSWORD = "{{ alumni_graph_mail_pass }}" MAIL_PASSWORD = "{{ alumni_graph_mail_pass }}"
{% endif %} {% endif %}
SEND_INVITATIONS = {{ alumni_graph_send_invitation }} SEND_INVITATIONS = {{ alumni_graph_send_invitation }}
SENTRY_URL = "{{ alumni_graph_sentry_url }}"
BABEL_DEFAULT_LOCALE = "DE"
...@@ -41,6 +41,8 @@ alumni_graph_mail_port: 25 ...@@ -41,6 +41,8 @@ alumni_graph_mail_port: 25
alumni_graph_mail_tls: false alumni_graph_mail_tls: false
alumni_graph_send_invitation: true alumni_graph_send_invitation: true
alumni_graph_sentry_url: ""
# Do not define if there is no authentication needed # Do not define if there is no authentication needed
# alumni_graph_mail_user: None # alumni_graph_mail_user: None
# alumni_graph_mail_pass: 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