diff --git a/config/etc/default/restconf.yaml b/config/etc/default/restconf.yaml index 6e1b76bd..dd9e1662 100644 --- a/config/etc/default/restconf.yaml +++ b/config/etc/default/restconf.yaml @@ -79,7 +79,6 @@ mml: user: admin password: admin mmlHome: ./mmlhome - upload: /home/agtuser # NE config ne: diff --git a/restagent/config/config.go b/restagent/config/config.go index c2101870..12f27cd8 100644 --- a/restagent/config/config.go +++ b/restagent/config/config.go @@ -180,7 +180,6 @@ type MMLParam struct { User string `yaml:"user"` Password string `ymal:"password"` MmlHome string `yaml:"mmlHome"` - Upload string `yaml:"upload"` } type TestDatas struct { diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 02885305..9fb9aeac 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -84,7 +84,6 @@ mml: user: admin password: admin mmlHome: ./mmlhome - upload: /home/agtuser # NE config ne: