Skip to content

Commit

Permalink
fix: commented out local-run config
Browse files Browse the repository at this point in the history
Signed-off-by: Valina Li <valina.li@intel.com>
  • Loading branch information
vli11 committed Mar 28, 2023
1 parent ad1b89d commit a31b1b9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions cmd/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ Writable:
LogLevel: INFO

# uncomment when running from command-line in hybrid mode with -cp -o flags
Registry:
Host: localhost
# Registry:
# Host: localhost

Clients:
core-metadata:
Host: localhost
Port: 59881 //this is important for device-onvif-camera and device-rest to run without core-metadata error
Protocol: http //this is important for device-onvif-camera and device-rest to run without core-metadata error
# Clients:
# core-metadata:
# Host: localhost

Service:
Host: localhost
Port: 59901
StartupMsg: device modbus started

MessageBus:
Host: localhost # uncomment when running from command-line in hybrid mode
# Host: localhost # uncomment when running from command-line in hybrid mode
Optional:
ClientId: device-modbus

Expand Down

0 comments on commit a31b1b9

Please sign in to comment.