Files
git.stella-ops.org/src/VexLens/StellaOps.VexLens.WebService/Properties/launchSettings.json

15 lines
465 B
JSON

{
"profiles": {
"StellaOps.VexLens.WebService": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"STELLAOPS_WEBSERVICES_CORS": "true",
"STELLAOPS_WEBSERVICES_CORS_ORIGIN": "https://stella-ops.local,https://stella-ops.local:10000,https://localhost:10000"
},
"applicationUrl": "https://localhost:10120;http://localhost:10121"
}
}
}