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

23 lines
544 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,
2022-05-10 11:11:27 +08:00
"launchUrl": "",
2023-12-01 15:39:07 +08:00
"applicationUrl": "http://localhost:8889",
2021-08-23 16:57:25 +08:00
"environmentVariables": {
2024-01-13 16:19:32 +08:00
"ASPNETCORE_ENVIRONMENT": "development"
2022-03-06 14:26:05 +08:00
}
2021-08-23 16:57:25 +08:00
}
}
2022-03-06 14:26:05 +08:00
}