CloudGaming/src/CloudGaming/Api/CloudGaming.Api/appsettings.Development.json
2024-10-11 21:36:58 +08:00

17 lines
239 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
//服务器配置
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:8080"
}
}
}
}