Files
Yi.Admin/Yi.Abp.Net8/src/Yi.Abp.Web/Properties/launchSettings.json

25 lines
687 B
JSON
Raw Normal View History

2024-01-19 17:45:11 +08:00
{
2023-12-11 09:55:12 +08:00
"profiles": {
"Yi.Abp.Web": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
2024-04-28 14:47:20 +08:00
//"ASPNETCORE_ENVIRONMENT": "Development"
,"ASPNETCORE_ENVIRONMENT": "Staging"
2024-01-19 17:45:11 +08:00
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:19001"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "19001"
},
"publishAllPorts": true
2023-12-11 09:55:12 +08:00
}
2024-01-19 17:45:11 +08:00
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}