Files
Swarm/DysonNetwork.Gateway/appsettings.json
2025-10-03 16:37:51 +08:00

13 lines
229 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"SiteUrl": "http://localhost:3000",
"Client": {
"SomeSetting": "SomeValue"
}
}