axum-async-graphql/.env_dev

5 lines
109 B
Plaintext
Raw Permalink Normal View History

2024-05-31 00:32:51 +02:00
HOST=0.0.0.0
PORT=8080
DATABASE_URL="postgres://user:password@server:port/database"
RUST_LOG=info,actix=info