shgx_tz_mom/ZR.Admin.WebApi/Properties/launchSettings.json

12 lines
239 B
JSON
Raw Normal View History

2021-08-23 16:57:25 +08:00
{
"profiles": {
"ZRAdmin": {
"commandName": "Project",
2021-11-27 09:43:04 +08:00
"launchBrowser": false,
2021-08-23 16:57:25 +08:00
"environmentVariables": {
2021-12-14 21:51:19 +08:00
"ASPNETCORE_ENVIRONMENT": "Stage"
2021-08-23 16:57:25 +08:00
},
2021-11-27 09:43:04 +08:00
"applicationUrl": "http://localhost:8888"
2021-08-23 16:57:25 +08:00
}
}
}