mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-16 09:29:25 +01:00
fixing InfluxDB config
This commit is contained in:
@@ -26,6 +26,6 @@ class PostgreSQLConfig(BaseConfig): # type: ignore
|
||||
|
||||
|
||||
class InfluxDBConfig(BaseConfig): # type: ignore
|
||||
url: AnyUrl
|
||||
url: str
|
||||
org: str
|
||||
token: SecretStr
|
||||
|
||||
Reference in New Issue
Block a user