mentorenwahl/.example.env

24 lines
380 B
Bash
Raw Normal View History

2022-02-03 16:28:32 +00:00
# General
URL=
# Db
2022-01-15 12:05:15 +00:00
POSTGRES_USER="mw"
2022-01-28 17:30:20 +00:00
POSTGRES_PASSWORD=
2022-01-08 12:29:22 +00:00
2022-02-03 16:28:32 +00:00
# Backend
BACKEND_URL=URL
BACKEND_ADMIN_EMAIL=
BACKEND_ADMIN_PASSWORD=
# Backend - API
BACKEND_API_GRAPHQL_PLAYGROUND=false
2022-01-28 17:30:20 +00:00
BACKEND_JWT_SECRET=
2022-02-03 16:28:32 +00:00
# Backend - Worker
# Backend - SMTP
2022-01-28 17:30:20 +00:00
BACKEND_SMTP_HELO=
BACKEND_SMTP_ADDRESS=
BACKEND_SMTP_PORT=
BACKEND_SMTP_NAME=
BACKEND_SMTP_USERNAME=
BACKEND_SMTP_PASSWORD=
2022-02-03 16:28:32 +00:00
# Backend - Db