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