mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-16 14:34:45 -06:00
update to use config vars
This commit is contained in:
parent
ceaa26ece1
commit
59ab916091
@ -95,7 +95,7 @@ def refreshLatencyGraphs(secondsToRun):
|
|||||||
bucket = influxDBBucket
|
bucket = influxDBBucket
|
||||||
org = influxDBOrg
|
org = influxDBOrg
|
||||||
token = influxDBtoken
|
token = influxDBtoken
|
||||||
url="http://localhost:8086"
|
url = influxDBurl
|
||||||
client = InfluxDBClient(
|
client = InfluxDBClient(
|
||||||
url=url,
|
url=url,
|
||||||
token=token,
|
token=token,
|
||||||
|
Loading…
Reference in New Issue
Block a user