diff --git a/restagent/config/config.go b/restagent/config/config.go index 1649d89d..c5c378fb 100644 --- a/restagent/config/config.go +++ b/restagent/config/config.go @@ -104,6 +104,7 @@ type YamlConfig struct { User string `yaml:"user"` Password string `ymal:"password"` MmlHome string `yaml:"mmlHome"` + Upload string `yaml:"upload"` } `yaml:"mml"` NE struct { diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index d06a3f8e..8d53b4cf 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -56,6 +56,7 @@ mml: user: admin password: admin mmlHome: ./mmlhome + upload: /home/agtuser ne: user: root