6 lines
124 B
Bash
6 lines
124 B
Bash
// .env.example (copy to .env for local use)
|
|
|
|
RUST_LOG=info
|
|
BIND_ADDRESS=127.0.0.1:3000
|
|
MONGO_URI=mongodb://localhost:27017
|