RUST_LOG=info,actix=info,diesel_migrations=warn
DATABASE_URL=postgres://postgres:password@localhost/aviation_weather
HOST=127.0.0.1
PORT=5000