4 lines
141 B
Bash
4 lines
141 B
Bash
RUST_LOG=info,actix=info,diesel_migrations=warn
|
|
DATABASE_URL=postgres://postgres:password@localhost/aviation_weather
|
|
HOST=127.0.0.1
|
|
PORT=5000 |