Licensing: Send the app url to plugin (#64258)

This commit is contained in:
lean.dev
2023-03-08 14:44:04 -03:00
committed by GitHub
parent 4625958aea
commit 0b0140b761
5 changed files with 18 additions and 2 deletions
@@ -57,6 +57,7 @@ func (i *Initializer) envVars(plugin *plugins.Plugin) []string {
hostEnv,
fmt.Sprintf("GF_EDITION=%s", i.license.Edition()),
fmt.Sprintf("GF_ENTERPRISE_LICENSE_PATH=%s", i.license.Path()),
fmt.Sprintf("GF_ENTERPRISE_APP_URL=%s", i.license.AppURL()),
)
hostEnv = append(hostEnv, i.license.Environment()...)
}