add args
This commit is contained in:
parent
8953e2cd42
commit
279090889f
@ -158,6 +158,10 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string,
|
|||||||
Type: "string",
|
Type: "string",
|
||||||
ReadOnly: false,
|
ReadOnly: false,
|
||||||
}
|
}
|
||||||
|
m["env"] = resource_model.Model{
|
||||||
|
Type: "string",
|
||||||
|
ReadOnly: false,
|
||||||
|
}
|
||||||
m["execute"] = resource_model.Model{
|
m["execute"] = resource_model.Model{
|
||||||
Type: "map[int]map[string]string",
|
Type: "map[int]map[string]string",
|
||||||
ReadOnly: false,
|
ReadOnly: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user