Skip to content

Commit 1ed654a

Browse files
committed
remove unused authentication and add basic authentication example
1 parent a06a014 commit 1ed654a

File tree

1 file changed

+11
-3
lines changed
  • i18n/en/docusaurus-plugin-content-docs/current/reference/configuration

1 file changed

+11
-3
lines changed

i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/influx.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ VictoriaMetrix is a time series database with InfluxDB compatible REST API.
4747
```yaml
4848
influx:
4949
url: http://victoria-metrics:8428
50-
database: evcc
51-
token: 1234567890abcdef
52-
org: home
50+
```
51+
52+
### 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
5361
```

0 commit comments

Comments
 (0)