Files
Yi.Admin/Yi.Framework.Net6/src/project/BBS/Yi.BBS.Web/Properties/launchSettings.json

16 lines
377 B
JSON
Raw Normal View History

2023-01-24 20:28:33 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Yi.BBS.Web": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2023-01-24 21:02:39 +08:00
"applicationUrl": "http://localhost:19003",
2023-01-24 20:28:33 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}