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
- The `telemetryLokiURL`, `telemetryNodeName` and `promRemoteURL` are used for telemetry purposes and
59
59
the values will be provided by Wormhole Foundation personnel if appropriate.
60
60
61
+
Optional Parameters
62
+
63
+
- The `gossipAdvertiseAddress` argument allows you to specify an external IP to advertize on P2P (use if behind a NAT or running in k8s).
64
+
- The `monitorPeers` flag will cause the proxy server to periodically check its connectivity to the P2P bootstrap peers, and attempt to reconnect if necessary.
65
+
61
66
#### Creating the Signing Key File
62
67
63
68
Do the following to create the signing key file. Note that the `block-type` must exactly match what is specified below,
monitorPeers=QueryServerCmd.Flags().Bool("monitorPeers", false, "Should monitor bootstrap peers and attempt to reconnect")
71
+
gossipAdvertiseAddress=QueryServerCmd.Flags().String("gossipAdvertiseAddress", "", "External IP to advertize on P2P (use if behind a NAT or running in k8s)")
70
72
71
73
// The default health check monitoring is every five seconds, with a five second timeout, and you have to miss two, for 20 seconds total.
72
74
shutdownDelay1=QueryServerCmd.Flags().Uint("shutdownDelay1", 25, "Seconds to delay after disabling health check on shutdown")
0 commit comments