mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-30 23:53:54 +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,
|
||||
#[serde(with = "humantime_serde")]
|
||||
pub keep_alive_interval: Duration,
|
||||
pub share_name: String,
|
||||
}
|
||||
|
||||
impl Default for MqttIntegration {
|
||||
@ -279,6 +280,7 @@ impl Default for MqttIntegration {
|
||||
tls_cert: "".into(),
|
||||
tls_key: "".into(),
|
||||
keep_alive_interval: Duration::from_secs(30),
|
||||
share_name: "chirpstack".into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user