InfluxDB: Add Ports as Info / Script-End (#3141)

* InfluxDB: Add Ports as Info / Script-End

* Update influxdb.sh
This commit is contained in:
CanbiZ
2025-03-17 13:13:49 +01:00
committed by GitHub
parent c056163cf9
commit bff8879189
2 changed files with 12 additions and 3 deletions

View File

@@ -30,5 +30,14 @@
"username": null,
"password": null
},
"notes": []
}
"notes": [
{
"text": "Port for V1: 8888",
"type": "info"
},
{
"text": "Port for V2: 8086",
"type": "info"
}
]
}