21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
|
|
"version": 3,
|
|
"debug_endpoint": true,
|
|
"endpoints": [
|
|
{
|
|
"endpoint": "/auth/",
|
|
"output_encoding": "no-op",
|
|
"backend": [
|
|
{
|
|
"host": [
|
|
"http://auth:8000"
|
|
],
|
|
"url_pattern": "/auth/",
|
|
"encoding": "no-op"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|