Przeglądaj źródła

saas owner email

Abhishek Kondur 2 lat temu
rodzic
commit
2f76fa577a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      servercfg/serverconf.go

+ 1 - 1
servercfg/serverconf.go

@@ -258,7 +258,7 @@ func GetPublicBrokerEndpoint() string {
 
 // GetOwnerEmail - gets the owner email (saas)
 func GetOwnerEmail() string {
-	return os.Getenv("OWNER_EMAIL")
+	return os.Getenv("SAAS_OWNER_EMAIL")
 }
 
 // GetMessageQueueEndpoint - gets the message queue endpoint