From 494268ec0c12b66b30e3f01b739c5fa387dec546 Mon Sep 17 00:00:00 2001 From: Steve Springett Date: Fri, 4 Mar 2022 13:48:57 -0600 Subject: [PATCH] #1431 - Updating app properties and doc Signed-off-by: Steve Springett --- docs/_docs/getting-started/configuration.md | 6 ++++++ src/main/resources/application.properties | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/_docs/getting-started/configuration.md b/docs/_docs/getting-started/configuration.md index f688ad1aa8..2053f34a45 100644 --- a/docs/_docs/getting-started/configuration.md +++ b/docs/_docs/getting-started/configuration.md @@ -268,6 +268,12 @@ alpine.ldap.team.synchronization=false # alpine.http.proxy.password= # alpine.no.proxy=localhost,127.0.0.1 +# Optional +# HTTP Outbound Connection Timeout Settings. All values are in seconds. +# alpine.http.timeout.connection=30 +# alpine.http.timeout.socket=30 +# alpine.http.timeout.pool=60 + # Optional # Cross-Origin Resource Sharing (CORS) headers to include in REST responses. # If 'alpine.cors.enabled' is true, CORS headers will be sent, if false, no diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f7989da8eb..b39e630d35 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -235,6 +235,12 @@ alpine.ldap.team.synchronization=false # alpine.http.proxy.password= # alpine.no.proxy=localhost,127.0.0.1 +# Optional +# HTTP Outbound Connection Timeout Settings. All values are in seconds. +# alpine.http.timeout.connection=30 +# alpine.http.timeout.socket=30 +# alpine.http.timeout.pool=60 + # Optional # Cross-Origin Resource Sharing (CORS) headers to include in REST responses. # If 'alpine.cors.enabled' is true, CORS headers will be sent, if false, no