Files
Yi.Framework/Yi.Framework.Net6/test/Yi.Framework.Web/Properties/launchSettings.json
2023-01-16 23:05:01 +08:00

16 lines
386 B
JSON

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