Files
bacchus/apps/backend/.env.example
2025-08-28 14:24:06 +00:00

3 lines
138 B
Plaintext

DATABASE_URL=postgres://postgres:postgres@localhost:5432/bacchus
JWT_SECRET=<secret here>
RUST_LOG=bacchus=debug,axum=info,tower_http=info