mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-25 13:29:47 +00:00
Fix uncommited configuration change.
This commit is contained in:
parent
a0d4e80720
commit
fe98673bbb
@ -259,6 +259,7 @@ pub struct MqttIntegration {
|
|||||||
pub tls_key: String,
|
pub tls_key: String,
|
||||||
#[serde(with = "humantime_serde")]
|
#[serde(with = "humantime_serde")]
|
||||||
pub keep_alive_interval: Duration,
|
pub keep_alive_interval: Duration,
|
||||||
|
pub share_name: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for MqttIntegration {
|
impl Default for MqttIntegration {
|
||||||
@ -279,6 +280,7 @@ impl Default for MqttIntegration {
|
|||||||
tls_cert: "".into(),
|
tls_cert: "".into(),
|
||||||
tls_key: "".into(),
|
tls_key: "".into(),
|
||||||
keep_alive_interval: Duration::from_secs(30),
|
keep_alive_interval: Duration::from_secs(30),
|
||||||
|
share_name: "chirpstack".into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user