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

12 lines
256 B
JSON
Raw Normal View History

2021-08-23 16:57:25 +08:00
{
"profiles": {
"ZRAdmin": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": ""
2021-08-23 16:57:25 +08:00
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}