diff --git a/entrypoint.go b/entrypoint.go index 0834d5c..92b3d7a 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -158,6 +158,10 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string, Type: "string", ReadOnly: false, } + m["env"] = resource_model.Model{ + Type: "string", + ReadOnly: false, + } m["execute"] = resource_model.Model{ Type: "map[int]map[string]string", ReadOnly: false,