1
0
mirror of synced 2024-11-15 02:07:38 +01:00
GC-local-server-rewrite/MatchServer/appsettings.json
2023-02-11 01:24:24 +08:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}