identificationOfCultivatedL.../OpenAuth.WebApi/Properties/launchSettings.json

19 lines
460 B
JSON
Raw Normal View History

2026-02-04 10:30:49 +08:00
{
"profiles": {
"OpenAuthApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5007"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true
}
}
}