mentorenwahl/.example.env
Dominic Grimm 87f6f48b32
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Added compile time attributes to config class
2022-02-04 17:01:15 +01:00

21 lines
335 B
Bash

# General
URL=
# Db
POSTGRES_USER="mw"
POSTGRES_PASSWORD=
# Backend
BACKEND_URL=URL
# 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