mentorenwahl/.example.env
Dominic Grimm 1b3bdbd389
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added env_config and removed senf
2022-02-03 17:28:32 +01:00

24 lines
380 B
Bash

# General
URL=
# Db
POSTGRES_USER="mw"
POSTGRES_PASSWORD=
# Backend
BACKEND_URL=URL
BACKEND_ADMIN_EMAIL=
BACKEND_ADMIN_PASSWORD=
# Backend - API
BACKEND_API_GRAPHQL_PLAYGROUND=false
BACKEND_JWT_SECRET=
# Backend - Worker
# Backend - SMTP
BACKEND_SMTP_HELO=
BACKEND_SMTP_ADDRESS=
BACKEND_SMTP_PORT=
BACKEND_SMTP_NAME=
BACKEND_SMTP_USERNAME=
BACKEND_SMTP_PASSWORD=
# Backend - Db