documented target-request-timeout (#347)

This commit is contained in:
TorstenF76 2018-04-03 09:38:22 +02:00 committed by Stian Thorgersen
parent 77cd127a33
commit c1163b125f

View file

@ -32,6 +32,7 @@ Here's an example configuration file.
{
"target-url": "http://localhost:8082",
"target-request-timeout": "60000",
"send-access-token": true,
"bind-address": "localhost",
"http-port": "8080",
@ -89,6 +90,10 @@ The basic configuration options for the server are as follows:
target-url::
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::
Boolean flag.
If true, this will send the access token via the KEYCLOAK_ACCESS_TOKEN header to the proxied server. _OPTIONAL_.