Skip to content
Snippets Groups Projects
Commit fa95c6ae authored by Robin Sonnabend's avatar Robin Sonnabend Committed by Lars Beckers
Browse files

Add new alumnigraph option

parent 26c984af
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.
......@@ -4,6 +4,7 @@ SQLALCHEMY_DATABASE_URI = "postgresql://{{ app_user }}:@/{{ app_db_name }}"
SQLALCHEMY_TRACK_MODIFICATIONS = False
YEAR_DISTANCE = {{ alumni_graph_year_distance }}
NOTIFICATION_WAITING_PERIOD = {{ alumni_graph_notification_waiting_period }}
MAIL_FROM = "{{ alumni_graph_mail_from }}"
MAIL_REPLY_TO = "{{ alumni_graph_mail_reply_to }}"
......
......@@ -31,6 +31,7 @@ app_secret_config: true
app_secret_config_keys: []
alumni_graph_year_distance: 5
alumni_graph_notification_waiting_period: 21
alumni_graph_mail_from: "Sender <sender@example.org>"
alumni_graph_mail_reply_to: "Reply-To <reply-to@example.org>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment