Files
axum-async-graphql/.env_dev
Peter Schiwy bab592edf1 First Commit
2024-05-31 00:32:51 +02:00

5 lines
109 B
Plaintext

HOST=0.0.0.0
PORT=8080
DATABASE_URL="postgres://user:password@server:port/database"
RUST_LOG=info,actix=info