diff options
Diffstat (limited to 'src/tools/emcoctl/examples/emco-cfg.yaml')
-rw-r--r-- | src/tools/emcoctl/examples/emco-cfg.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/emcoctl/examples/emco-cfg.yaml b/src/tools/emcoctl/examples/emco-cfg.yaml index c1703def..a7e284ab 100644 --- a/src/tools/emcoctl/examples/emco-cfg.yaml +++ b/src/tools/emcoctl/examples/emco-cfg.yaml @@ -3,10 +3,10 @@ port: 9015 clm: host: localhost - port: 9061 + port: 9019 ncm: host: localhost - port: 9031 + port: 9016 ovnaction: host: localhost - port: 9051
\ No newline at end of file + port: 9018 |