18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"welcomeFile": "/index.html",
|
|
"authenticationMethod": "none",
|
|
"routes": [
|
|
{
|
|
"source": "/api/(.*)",
|
|
"target": "$1",
|
|
"destination": "srv-binding",
|
|
"authenticationType": "none"
|
|
},
|
|
{
|
|
"source": "^(.*)",
|
|
"target": "mediastore/$1",
|
|
"service": "html5-apps-repo-rt"
|
|
}
|
|
]
|
|
}
|