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

16 lines
380 B
JSON
Raw Normal View History

2023-12-11 09:55:12 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Yi.Abp.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}