documented target-request-timeout (#347)
This commit is contained in:
parent
77cd127a33
commit
c1163b125f
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,7 @@ Here's an example configuration file.
|
||||||
|
|
||||||
{
|
{
|
||||||
"target-url": "http://localhost:8082",
|
"target-url": "http://localhost:8082",
|
||||||
|
"target-request-timeout": "60000",
|
||||||
"send-access-token": true,
|
"send-access-token": true,
|
||||||
"bind-address": "localhost",
|
"bind-address": "localhost",
|
||||||
"http-port": "8080",
|
"http-port": "8080",
|
||||||
|
@ -89,6 +90,10 @@ The basic configuration options for the server are as follows:
|
||||||
target-url::
|
target-url::
|
||||||
The URL this server is proxying. _REQUIRED_.
|
The URL this server is proxying. _REQUIRED_.
|
||||||
|
|
||||||
|
target-request-timeout::
|
||||||
|
The timeout (in ms) for the proxied request. _OPTIONAL_.
|
||||||
|
Default is 30000.
|
||||||
|
|
||||||
send-access-token::
|
send-access-token::
|
||||||
Boolean flag.
|
Boolean flag.
|
||||||
If true, this will send the access token via the KEYCLOAK_ACCESS_TOKEN header to the proxied server. _OPTIONAL_.
|
If true, this will send the access token via the KEYCLOAK_ACCESS_TOKEN header to the proxied server. _OPTIONAL_.
|
||||||
|
|
Loading…
Reference in a new issue