Skip to content

Commit

Permalink
Update user.toml.example
Browse files Browse the repository at this point in the history
Add information with regards to quotes for configuration file
  • Loading branch information
RedOrion authored and janw committed Oct 13, 2019
1 parent 7218b93 commit df8834d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions user.toml.example
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[global]

# influxdb_host =
# influxdb_port =
# influxdb_database =
# influxdb_username =
# influxdb_password =

# request_timeout = 10
# reporting_interval = 30
# All options should be wrapped in quotes

# influxdb_host = ""
# influxdb_port = ""
# influxdb_database = ""
# influxdb_username = ""
# influxdb_password = ""

# request_timeout = "10"
# reporting_interval = "30"

# instances="localhost=http://127.0.0.1/admin/api.php"
# instances={pihole="http://10.10.0.10/admin/api.php", second instance="http://192.168.0.1/admin/api.php"}
Expand Down

0 comments on commit df8834d

Please sign in to comment.