Abhishek Kondur 1 anno fa
parent
commit
2f76fa577a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      servercfg/serverconf.go

+ 1 - 1
servercfg/serverconf.go

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