We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f83c7c commit 9a166deCopy full SHA for 9a166de
autoconnect/autoconnect-settings/src/lib.rs
@@ -128,7 +128,7 @@ impl Default for Settings {
128
crypto_key: format!("[{}]", Fernet::generate_key()),
129
statsd_host: Some("localhost".to_owned()),
130
// Matches the legacy value
131
- statsd_label: "autopush".to_owned(),
+ statsd_label: "autoconnect".to_owned(),
132
statsd_port: 8125,
133
db_dsn: None,
134
db_settings: "".to_owned(),
0 commit comments