first comm

This commit is contained in:
dela
2026-02-11 15:14:20 +08:00
commit 604f323c34
30 changed files with 5475 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=sqlite:./blog.db
JWT_SECRET=your-secret-key-at-least-32-chars-long
BIND_ADDR=127.0.0.1:8080
RUST_LOG=info