mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-06 12:40:41 +02:00
influxdb_v1: adds 8086 as default port
This commit is contained in:
parent
597aa035f1
commit
0c7dbae845
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user