Add s3 files processing

This commit is contained in:
Ivan Vazhenin
2023-07-31 20:11:07 +03:00
parent deadd10588
commit a90f60153a
2 changed files with 36 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ class Config:
pg_password: str = 'Root12345678'
oodb_host: str = '10.10.8.83'
oodb_port: int = 32100
oodb_port: int = 32110
oodb_dbname: str = 'db'
oodb_username: str = 'postgres'
oodb_passwd: str = 'Root12345678'