peer-group-grading/.env.example
Mika Bomm 60805ea449
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
feat: add local_auth entity and restructure project entities
2025-04-03 11:04:49 +02:00

19 lines
No EOL
275 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