peer-group-grading/.env.example
Sphereso c8d4302863
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
added 'serve' feature
2025-04-01 11:25:27 +02:00

14 lines
207 B
Text

# Postgres section
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:{DB_PORT}/${DB_NAME}
# Redis section
REDIS_HOST=
REDIS_PORT=
SECRET_KEY=