axum-async-graphql/.env_dev

11 lines
214 B
Plaintext
Raw Permalink Normal View History

2024-12-17 14:23:27 +01:00
HTTP_PORT=8080
HTTP_HOST=0.0.0.0.
2024-05-31 00:32:51 +02:00
DATABASE_URL="postgres://user:password@server:port/database"
2024-12-17 14:23:27 +01:00
DATABASE_POOLSIZE=32
DATABASE_MAX_LIFETIME=
GRAPHQL_SCHEMA_LOCATION="tests/schema.graphql"
2024-05-31 00:32:51 +02:00
RUST_LOG=info,actix=info