You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/express/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,10 @@ This may be preferable for users who would like to apply their signature to thei
206
206
207
207
For more information please see our [External Signing Mode Documentation](EXTERNAL_SIGNER.md).
208
208
209
+
### KeepAliveTimeout/HeadersTimeout
210
+
211
+
If the deployment destination is configured with a load balancer such as ELB, a 504 Gateway Timeout may occur. In such cases, it might be resolved by configuring the settings so that LB keepAliveTimeout < keepAliveTimeout < headersTimeout. This can be achieved by specifying the keepAliveTimeout and headersTimeout options.
212
+
209
213
## Configuration Values
210
214
211
215
BitGo Express is able to take configuration options from either command line arguments, or via environment variables.
@@ -237,6 +241,9 @@ BitGo Express is able to take configuration options from either command line arg
237
241
238
242
\[0]: BitGo will also check the additional environment variables for some options for backwards compatibility, but these environment variables should be considered deprecated:
0 commit comments