Files
git.stella-ops.org/devops/compose/non_microservice_routes.json

38 lines
970 B
JSON

[
{
"Path": "/platform/envsettings.json",
"Type": "StaticFile",
"TranslatesTo": "/app/envsettings-override.json"
},
{
"Path": "/platform",
"Type": "ReverseProxy",
"TranslatesTo": "http://platform.stella-ops.local/platform"
},
{
"Path": "/rekor",
"Type": "ReverseProxy",
"TranslatesTo": "http://rekor.stella-ops.local:3322"
},
{
"Path": "/envsettings.json",
"Type": "ReverseProxy",
"TranslatesTo": "http://platform.stella-ops.local/platform/envsettings.json"
},
{
"Path": "/",
"Type": "StaticFiles",
"TranslatesTo": "/app/wwwroot"
},
{
"Path": "/_error/404",
"Type": "NotFoundPage",
"TranslatesTo": "/app/wwwroot/index.html"
},
{
"Path": "/_error/500",
"Type": "ServerErrorPage",
"TranslatesTo": "/app/wwwroot/index.html"
}
]