Files
Yi.Admin/Yi.Framework.Net6/test/Yi.Framework.Web/Properties/launchSettings.json

16 lines
386 B
JSON
Raw Normal View History

2023-01-11 11:10:59 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Yi.Framework.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2023-01-12 14:58:16 +08:00
"applicationUrl": "http://localhost:19002",
2023-01-11 11:10:59 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}