Influxdb docker replication

This commit is contained in:
KenwoodFox
2026-06-15 12:13:24 -04:00
parent f86a448fe1
commit ee02bf99cf
4 changed files with 123 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ impl InfluxConfig {
Some(Self {
url: std::env::var("TOWERD_INFLUX_URL")
.unwrap_or_else(|_| "http://influx.kitsunehosting.net:8086".into()),
.unwrap_or_else(|_| "http://127.0.0.1:8086".into()),
org,
bucket,
token,