18 lines
252 B
JSON
18 lines
252 B
JSON
{
|
|
"version": 3,
|
|
"debug_endpoint": true,
|
|
"endpoints": [
|
|
{
|
|
"endpoint": "/auth/",
|
|
"backend": [
|
|
{
|
|
"host": [
|
|
"http://auth:8000"
|
|
],
|
|
"url_pattern": "/auth/"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|