66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:3305",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
//"IRaCIS.Development": {
|
|
// "commandName": "Project",
|
|
// "launchBrowser": true,
|
|
// "environmentVariables": {
|
|
// "ASPNETCORE_ENVIRONMENT": "Development"
|
|
// },
|
|
// "applicationUrl": "http://localhost:6100"
|
|
//},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"publishAllPorts": true
|
|
},
|
|
"IRaCIS.Staging": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Staging"
|
|
},
|
|
"applicationUrl": "http://localhost:6200"
|
|
},
|
|
"IRaCIS.Production": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
|
},
|
|
"applicationUrl": "http://localhost:6300"
|
|
},
|
|
"IRaCIS.CertificateApply": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "CertificateApply"
|
|
},
|
|
"applicationUrl": "http://localhost:6400"
|
|
},
|
|
"IRaCIS.CenterImageDev": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "CenterImageDev"
|
|
},
|
|
"applicationUrl": "http://localhost:6100"
|
|
}
|
|
}
|
|
} |