mirror of
https://github.com/nsnail/IGeekFan.AspNetCore.Knife4jUI.git
synced 2025-04-19 10:42:50 +08:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"Knife4jUIDemo": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:5000"
|
|
}
|
|
}
|
|
} |