Files
pmg/pkg/common/utils/config.go
T

12 lines
161 B
Go

package utils
import "os"
func ApiKey() string {
return os.Getenv("SAFEDEP_API_KEY")
}
func TenantDomain() string {
return os.Getenv("SAFEDEP_TENANT_ID")
}