Files
RBMESAPICore/Properties/launchSettings.json
yuyubohh e8494ba988 qqq
2025-09-09 22:41:29 +08:00

24 lines
596 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50036",
"sslPort": 0
}
},
"profiles": {
"RB_MES_APICore": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://*:5000;",
"dotnetRunMessages": true,
"nativeDebugging": false
}
}
}