Files
shgx_tz_mes_backend_sync/ZR.Admin.WebApi/Properties/launchSettings.json

24 lines
569 B
JSON
Raw Normal View History

2022-03-06 14:26:05 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63521",
"sslPort": 44395
}
},
2021-08-23 16:57:25 +08:00
"profiles": {
2022-03-06 14:26:05 +08:00
"ZR.Admin.WebApi": {
2021-08-23 16:57:25 +08:00
"commandName": "Project",
2022-03-06 14:26:05 +08:00
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:8888",
2021-08-23 16:57:25 +08:00
"environmentVariables": {
2022-04-27 15:00:36 +08:00
"ASPNETCORE_ENVIRONMENT": ""
2022-03-06 14:26:05 +08:00
}
2021-08-23 16:57:25 +08:00
}
}
2022-03-06 14:26:05 +08:00
}