CompetitionAPI_dotnet/CompetitionAPI/appsettings.Development.json

16 lines
216 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Config": {
"user_id": "aaa111-开发",
"name": "开发"
},
"AllowedHosts": "*"
}