Fix connections

This commit is contained in:
ashatora
2024-05-18 19:13:03 +03:00
parent 9a23c4554b
commit 1c9448600f
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -2,8 +2,6 @@
class Config:
ret_path: str = 'http://10.10.8.83:32200/'
self_bnd: str = 'bnd127'
enserver: str = 'http://10.10.8.83:32210/xmlrpc'
remote_bnd: str = 'bnd128'
pg_host: str = '10.10.8.83'
pg_port: int = 32101
@@ -17,6 +15,7 @@ class Config:
oodb_username: str = 'postgres'
oodb_passwd: str = 'Root12345678'
oodb_schema: str = 'documents_src'
oodb_bucket: str = 'files'
rabbit_conn: str = 'amqp://user:password@10.10.8.83:31005/%2f'
rabbit_queue: str = 'ipd'