feat: replay service
This commit is contained in:
@@ -32,6 +32,8 @@ type MQTTConfig struct {
|
||||
Port int `mapstructure:"port" yaml:"port"`
|
||||
Username string `mapstructure:"username" yaml:"username"`
|
||||
Password string `mapstructure:"password" yaml:"password"`
|
||||
GWUsername string `mapstructure:"gw_username" yaml:"gw_username"`
|
||||
GWPassword string `mapstructure:"gw_password" yaml:"gw_password"`
|
||||
ClientIDPrefix string `mapstructure:"client_id_prefix" yaml:"client_id_prefix"`
|
||||
Region string `mapstructure:"region" yaml:"region"`
|
||||
UseTLS bool `mapstructure:"use_tls" yaml:"use_tls"`
|
||||
|
||||
Reference in New Issue
Block a user