|
@@ -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
|