diff --git a/cmd/connector/config/config.toml b/cmd/connector/config/config.toml index 8073640..31cd0d0 100644 --- a/cmd/connector/config/config.toml +++ b/cmd/connector/config/config.toml @@ -5,7 +5,7 @@ # Possible values: json, gogo protobuf. Should be compatible with [HostDriverConfig].MarshallerType marshaller_type = "gogo protobuf" # This flag describes the mode to start the WebSocket connector. Can be "client" or "server" - mode = "client" + mode = "server" # Retry duration (receive/send data/acknowledge) in seconds retry_duration = 5 # This flag specifies if we should send an acknowledge signal upon recieving data