1
0
mirror of synced 2024-11-30 17:24:33 +01:00
TaikoLocalServer/Server/appsettings.json
2024-11-19 01:32:03 +08:00

10 lines
142 B
JSON

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