peer-group-grading/.env.example
Mika Bomm 8e460ec6dd
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
feat: add validation to project creation and update endpoints
2025-04-03 10:40:59 +02:00

19 lines
No EOL
274 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=
# LDAP section
LDAP_ADMIN_PASSWORD=
# Rust log level
RUST_LOG=info