Files
Yi.Admin/Yi.Framework.Net6/src/project/Template/Yi.Template.Web/Properties/launchSettings.json
2023-01-24 20:20:32 +08:00

16 lines
385 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Yi.Template.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:19002",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}