Skip to content

Commit

Permalink
added Influx to defaultConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Sep 17, 2020
1 parent 622ac75 commit 5d0ec39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,21 @@
"host": "0.0.0.0",
"port": 8081
}
},
"influxDB": {
"name": "InfluxDB",
"type": "influx",
"enabled": false,
"fileName": "influxDB.json",
"options": {
"protocol": "http",
"host": "192.168.0.1",
"port": 32770,
"username": "",
"password": "",
"database": "pool",
"retentionPolicy": "autogen"
}
}
}
},
Expand Down

0 comments on commit 5d0ec39

Please sign in to comment.