27 lines
708 B
JSON
27 lines
708 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"publishAllPorts": true
|
|
},
|
|
"Uat_Study": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Uat_Study"
|
|
},
|
|
"applicationUrl": "http://localhost:6100"
|
|
},
|
|
"Test_Study": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Test_Study"
|
|
},
|
|
"applicationUrl": "http://localhost:6000"
|
|
}
|
|
}
|
|
} |