10 lines
261 B
Bash
10 lines
261 B
Bash
PORT=8080
|
|
|
|
# SMTP mailer configuration. Email delivery is enabled only when both
|
|
# EMAIL_USER and EMAIL_PASS are non-empty.
|
|
EMAIL_FROM=School Chain Manager <app@flatlogic.app>
|
|
EMAIL_HOST=email-smtp.us-east-1.amazonaws.com
|
|
EMAIL_PORT=587
|
|
EMAIL_USER=
|
|
EMAIL_PASS=
|