Files
aviation/backend/.env
2023-09-04 14:51:59 -04:00

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