influxdb_v1: adds 8086 as default port

This commit is contained in:
Mose Mueller 2024-12-17 10:57:59 +01:00
parent 597aa035f1
commit 0c7dbae845

View File

@ -33,7 +33,7 @@ class InfluxDBConfig(BaseConfig): # type: ignore
class InfluxDBv1Config(BaseConfig): # type: ignore
host: str
port: int
port: int = 8086
username: str
password: SecretStr
database: str