kleine Änderungen

This commit is contained in:
Peter Schiwy
2024-12-17 14:23:27 +01:00
parent 623d28f77b
commit e6a011f159
5 changed files with 99 additions and 74 deletions

View File

@@ -1,4 +1,10 @@
HOST=0.0.0.0
PORT=8080
HTTP_PORT=8080
HTTP_HOST=0.0.0.0.
DATABASE_URL="postgres://user:password@server:port/database"
DATABASE_POOLSIZE=32
DATABASE_MAX_LIFETIME=
GRAPHQL_SCHEMA_LOCATION="tests/schema.graphql"
RUST_LOG=info,actix=info