5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
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
|