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 a06a014 commit 1ed654aCopy full SHA for 1ed654a
i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/influx.md
@@ -47,7 +47,15 @@ VictoriaMetrix is a time series database with InfluxDB compatible REST API.
47
```yaml
48
influx:
49
url: http://victoria-metrics:8428
50
- database: evcc
51
- token: 1234567890abcdef
52
- org: home
+```
+
+### With basic authentication
53
54
+Basic authentication can be done via the URL.
55
56
+**Example for VictoriaMetrics with basic authentication**:
57
58
+```yaml
59
+influx:
60
+ url: http://username:password@victoria-metrics:8428
61
```
0 commit comments