mentorenwahl/.example.env
Dominic Grimm f2c1b863e5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added graphql playground
2022-02-03 15:49:42 +01:00

14 lines
219 B
Bash

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