We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c056163 commit bff8879Copy full SHA for bff8879
ct/influxdb.sh
@@ -41,4 +41,4 @@ description
41
msg_ok "Completed Successfully!\n"
42
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
43
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8086${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP} and Port 8888 for v1 or Port 8086 (v2)${CL}"
json/influxdb.json
@@ -30,5 +30,14 @@
30
"username": null,
31
"password": null
32
},
33
- "notes": []
34
-}
+ "notes": [
+ {
35
+ "text": "Port for V1: 8888",
36
+ "type": "info"
37
+ },
38
39
+ "text": "Port for V2: 8086",
40
+ }
+ ]
+}
0 commit comments