svci/doc/svci.toml

18 lines
310 B
TOML
Raw Normal View History

2022-11-28 13:56:34 +00:00
# SVCi Configuration
# InfluxDB to save metrics
[influx]
url = "http://localhost:8086"
username = "root"
password = ""
database = "svci"
# SVC on our primary site
[svc.site1]
url = "https://10.10.10.12:7443"
username = "superuser"
password = "password"
2022-11-29 16:20:47 +00:00
refresh = 30
2022-11-28 13:56:34 +00:00
trust = true # Ignore SSL cert. errors