Influxdb docker replication
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user