mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-26 02:00:15 -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
|
||||
org = influxDBOrg
|
||||
token = influxDBtoken
|
||||
url="http://localhost:8086"
|
||||
url = influxDBurl
|
||||
client = InfluxDBClient(
|
||||
url=url,
|
||||
token=token,
|
||||
|
Loading…
Reference in New Issue
Block a user