This commit is contained in:
@@ -5,14 +5,13 @@
|
|||||||
"echo_endpoint": true,
|
"echo_endpoint": true,
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"endpoint": "/test",
|
"endpoint": "/auth/*",
|
||||||
"backend": [
|
"backend": [
|
||||||
{
|
{
|
||||||
"@comment": "Connect KrakenD to KrakenD itself as backend!",
|
|
||||||
"host": [
|
"host": [
|
||||||
"http://localhost:8080"
|
"http://auth:2001"
|
||||||
],
|
],
|
||||||
"url_pattern": "/__echo/test"
|
"url_pattern": "/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user