4 lines
142 B
Bash
4 lines
142 B
Bash
RUST_LOG=backend=info,actix=info,diesel_migrations=info
|
|
DATABASE_URL=postgres://postgres:password@localhost/notes_api
|
|
HOST=127.0.0.1
|
|
PORT=5000 |