mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
Use all caps for the production message
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -47,7 +47,7 @@ var (
|
||||
)
|
||||
|
||||
// Warning when user configures gateway TLS insecure
|
||||
const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified, do not use in production!"
|
||||
const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified. DO NOT USE IN PRODUCTION!"
|
||||
|
||||
// SetGatewaysSolicitDelay sets the initial delay before gateways
|
||||
// connections are initiated.
|
||||
|
||||
@@ -97,7 +97,7 @@ const (
|
||||
const sendRouteSubsInGoRoutineThreshold = 1024 * 1024 // 1MB
|
||||
|
||||
// Warning when user configures cluster TLS insecure
|
||||
const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified, do not use in production!"
|
||||
const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified. DO NOT USE IN PRODUCTION!"
|
||||
|
||||
// Can be changed for tests
|
||||
var routeConnectDelay = DEFAULT_ROUTE_CONNECT
|
||||
|
||||
Reference in New Issue
Block a user