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

update config to be sentry enabable

parent 17df32c6
No related branches found
No related tags found
No related merge requests found
...@@ -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