mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-08 05:20: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
|
class InfluxDBv1Config(BaseConfig): # type: ignore
|
||||||
host: str
|
host: str
|
||||||
port: int
|
port: int = 8086
|
||||||
username: str
|
username: str
|
||||||
password: SecretStr
|
password: SecretStr
|
||||||
database: str
|
database: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user