diff options
Diffstat (limited to 'teamspeak-influx.yaml.template')
-rw-r--r-- | teamspeak-influx.yaml.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/teamspeak-influx.yaml.template b/teamspeak-influx.yaml.template new file mode 100644 index 0000000..a446bd2 --- /dev/null +++ b/teamspeak-influx.yaml.template @@ -0,0 +1,13 @@ +# endpoint url +url: "https://127.0.0.1:10443" + +# virtual server ids +ids: [1,2,3] + +# authentication +apikey: "loreipsumloreipsumloreipsum" + +# influx db configuration +influxdb_host: "localhost" +influxdb_port: 8086 +influxdb_db: "example" |