initial commit

This commit is contained in:
2025-08-28 14:24:06 +00:00
commit 2105518e85
53 changed files with 11236 additions and 0 deletions

View File

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