2020-08-09 15:52:09 +08:00

14 lines
360 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Knife4jUIDemo": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}