mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-26 15:35:46 +00:00
fix: default mqtt port
- since MqttTLS is set to true by default we need to use the mqtts port as well. panic: network Error : EOF Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
c2f887a1ef
commit
b29d67e420
@ -61,7 +61,7 @@ func DefaultConfig() *Config {
|
||||
RPCWallet: "rpcwallet",
|
||||
ValidatorAddress: "plmnt1w5dww335zhh98pzv783hqre355ck3u4w4hjxcx",
|
||||
MqttDomain: "testnet-mqtt.rddl.io",
|
||||
MqttPort: 1885,
|
||||
MqttPort: 1886,
|
||||
MqttUser: "user",
|
||||
MqttPassword: "password",
|
||||
MqttTLS: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user