Files
Unity_Score_Server/rtjiory/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2024-12-12 08:43:54 +09:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}