Skip to content

Commit 6ac29cd

Browse files
committed
deutsche übersetzung
1 parent 1ed654a commit 6ac29cd

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/reference/configuration/influx.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ VictoriaMetrix ist eine Time Series Datenbank mit InfluxDB kompatibler REST API.
4747
```yaml
4848
influx:
4949
url: http://victoria-metrics:8428
50-
database: evcc
51-
token: 1234567890abcdef
52-
org: home
50+
```
51+
52+
### Mit basic authentication
53+
54+
Basic authentication ist mit der URL möglich.
55+
56+
**Beispiel für VictoriaMetrics mit basic authentication**:
57+
58+
```yaml
59+
influx:
60+
url: http://username:password@victoria-metrics:8428
5361
```

0 commit comments

Comments
 (0)