23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"authenticationMethod": "route",
|
|
"routes": [
|
|
{
|
|
"source": "^/app/(.*)$",
|
|
"target": "$1",
|
|
"localDir": ".",
|
|
"authenticationType": "xsuaa",
|
|
"cacheControl": "no-cache, no-store, must-revalidate"
|
|
},
|
|
{
|
|
"source": "^/-/cds/.*",
|
|
"destination": "mtx-api",
|
|
"authenticationType": "none"
|
|
},
|
|
{
|
|
"source": "^/(.*)$",
|
|
"target": "$1",
|
|
"destination": "srv-api",
|
|
"authenticationType": "xsuaa"
|
|
}
|
|
]
|
|
} |