Files
git.stella-ops.org/docs/modules/router/samples/src/Examples.Gateway/appsettings.json
2026-01-06 19:07:48 +02:00

14 lines
215 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"GatewayNode": {
"Region": "demo",
"NodeId": "gw-demo-01"
}
}