Files
git.stella-ops.org/docs/router/examples/src/Examples.Gateway/appsettings.json
2025-12-25 23:10:09 +02:00

14 lines
215 B
JSON

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