diff --git a/entrypoint.go b/entrypoint.go index 4b4e42d..d859423 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -212,7 +212,7 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string, // for now only processing is specified here (not an elegant way) if model == tools.DATA_RESOURCE.String() || model == tools.STORAGE_RESOURCE.String() { outputs = []mm.Param{ - mm.Param{ + { Attr: "source", Readonly: true, },