Skip to content
Snippets Groups Projects

WIP: add acmebot role

Closed Lars Beckers requested to merge acmebot into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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 }}"
Loading