Files
Yi.Admin/Yi.Framework.Net6/src/project/rbac/Yi.RBAC.Web/Properties/launchSettings.json
2023-01-29 21:13:20 +08:00

16 lines
378 B
JSON

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