mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-16 09:29:25 +01:00
influxdb_v1: adds 8086 as default port
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user