mentorenwahl/.example.env
Dominic Grimm 286a99cd77
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added documentation for Config
2022-02-07 18:52:17 +01:00

29 lines
480 B
Bash

# General
URL=
# Db
POSTGRES_USER="mw"
POSTGRES_PASSWORD=
# Backend
BACKEND_URL=URL
# Backend - API
BACKEND_API_GRAPHQL_PLAYGROUND=false
BACKEND_API_JWT_SECRET=
# Backend - Worker
# Backend - SMTP
BACKEND_SMTP_HELO=
BACKEND_SMTP_HOST=
BACKEND_SMTP_PORT=
BACKEND_SMTP_NAME=
BACKEND_SMTP_USERNAME=
BACKEND_SMTP_PASSWORD=
# Backend - Db
# Backend - LDAP
BACKEND_LDAP_HOST=
BACKEND_LDAP_PORT=
BACKEND_LDAP_BASE_DN=
BACKEND_LDAP_BASE_USER_DN=
BACKEND_BIND_DN=
BACKEND_BIND_PASSWORD=