Skip to content

Commit 494268e

Browse files
#1431 - Updating app properties and doc
Signed-off-by: Steve Springett <steve@springett.us>
1 parent ce23928 commit 494268e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/_docs/getting-started/configuration.md

+6
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ alpine.ldap.team.synchronization=false
268268
# alpine.http.proxy.password=
269269
# alpine.no.proxy=localhost,127.0.0.1
270270

271+
# Optional
272+
# HTTP Outbound Connection Timeout Settings. All values are in seconds.
273+
# alpine.http.timeout.connection=30
274+
# alpine.http.timeout.socket=30
275+
# alpine.http.timeout.pool=60
276+
271277
# Optional
272278
# Cross-Origin Resource Sharing (CORS) headers to include in REST responses.
273279
# If 'alpine.cors.enabled' is true, CORS headers will be sent, if false, no

src/main/resources/application.properties

+6
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ alpine.ldap.team.synchronization=false
235235
# alpine.http.proxy.password=
236236
# alpine.no.proxy=localhost,127.0.0.1
237237

238+
# Optional
239+
# HTTP Outbound Connection Timeout Settings. All values are in seconds.
240+
# alpine.http.timeout.connection=30
241+
# alpine.http.timeout.socket=30
242+
# alpine.http.timeout.pool=60
243+
238244
# Optional
239245
# Cross-Origin Resource Sharing (CORS) headers to include in REST responses.
240246
# If 'alpine.cors.enabled' is true, CORS headers will be sent, if false, no

0 commit comments

Comments
 (0)