Allow to set env variables through the API

This commit is contained in:
Marcos Lilljedahl
2020-06-19 08:26:12 -03:00
parent 0810809166
commit 833e71330f
4 changed files with 6 additions and 2 deletions

View File

@@ -39,4 +39,5 @@ type InstanceConfig struct {
PlaygroundFQDN string
Type string
DindVolumeSize string
Envs []string
}