fix file upload

This commit is contained in:
Ivan Vazhenin
2023-10-18 19:38:45 +03:00
parent 7b33223381
commit e0774d5a8e
2 changed files with 10 additions and 3 deletions

View File

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