24 lines
490 B
JSON
24 lines
490 B
JSON
|
|
{
|
||
|
|
"app1": {
|
||
|
|
"route": {
|
||
|
|
"operator": "and",
|
||
|
|
"rules": [
|
||
|
|
{
|
||
|
|
"key": "url.host",
|
||
|
|
"operator": "regex",
|
||
|
|
"value": ".*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "url.path",
|
||
|
|
"operator": "regex",
|
||
|
|
"value": "\/"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"function": {
|
||
|
|
"operator": "const",
|
||
|
|
"value": "OK"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|