fix db connect

This commit is contained in:
soraefir
2026-06-06 22:32:10 +02:00
parent 2073475a37
commit 1ebd395ba9

View File

@@ -7,14 +7,15 @@ let
apiVersion = 1;
datasources = [
{
name = "InfluxDB 3 SQL";
name = "Telegraf";
type = "influxdb";
access = "proxy";
url = "http://influx-db";
url = "http://influx-db:8181";
jsonData = {
version = "SQL";
dbName = "telegraf";
httpMode = "POST";
insecureGrpc = true;
};
secureJsonData = {
token = "\${INFLUXDB_TOKEN}";