mentorenwahl/.example.env
Dominic Grimm 0f6be6c7b6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added teacher registration mailer
2022-01-28 18:30:20 +01:00

13 lines
190 B
Bash

POSTGRES_USER="mw"
POSTGRES_PASSWORD=
URL=
BACKEND_JWT_SECRET=
BACKEND_SMTP_HELO=
BACKEND_SMTP_ADDRESS=
BACKEND_SMTP_PORT=
BACKEND_SMTP_NAME=
BACKEND_SMTP_USERNAME=
BACKEND_SMTP_PASSWORD=