24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"welcomeFile": "/index.html",
|
|
"authenticationMethod": "none",
|
|
"logout": {
|
|
"logoutEndpoint": "/do/logout"
|
|
},
|
|
"routes": [
|
|
{
|
|
"source": "^/catalog/(.*)$",
|
|
"target": "$1",
|
|
"destination": "srv-api",
|
|
"csrfProtection": false,
|
|
"authenticationType": "none"
|
|
},
|
|
{
|
|
"source": "^(.*)$",
|
|
"target": "$1",
|
|
"service": "html5-apps-repo-rt",
|
|
"authenticationType": "xsuaa"
|
|
}
|
|
]
|
|
}
|
|
|