We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea3f94 commit 7d6100cCopy full SHA for 7d6100c
server.go
@@ -82,7 +82,7 @@ func (s *OutboundServer) Stop() {
82
// NewOutboundServer - Will instanciate new outbound server
83
func NewOutboundServer(addr string) (*OutboundServer, error) {
84
if len(addr) < 2 {
85
- addr = os.Getenv("GOES_OUTBOUND_SERVER_ADDR")
+ addr = os.Getenv("GOESL_OUTBOUND_SERVER_ADDR")
86
87
if addr == "" {
88
return nil, fmt.Errorf(EInvalidServerAddr, addr)
0 commit comments