Fix connections

This commit is contained in:
ashatora
2024-05-21 19:21:35 +03:00
parent 6a6ab2239c
commit 4885bc05e4
5 changed files with 45 additions and 188 deletions

View File

@@ -3,7 +3,6 @@ class Config:
ret_path: str = 'http://10.10.8.81:9000/'
self_bnd: str = 'bnd127'
enserver: str = 'http://127.0.0.1:7000/xmlrpc'
remote_bnd: str = 'bnd128'
pg_host: str = '10.10.8.83'
pg_port: int = 32101
@@ -21,12 +20,10 @@ class Config:
rabbit_conn: str = 'amqp://user:password@10.10.8.83:31005/%2f'
rabbit_send_exchange: str = 'ipd_incoming_itv'
rabbit_incoming_queue: str = 'ipd_out_queue'
rabbit_status_queue: str = 'ipd_status_queue'
s3_endpoint: str = 'http://10.10.8.83:31006'
s3_key_id: str = 's57'
s3_access_key: str = 'd9MMinLF3U8TLSj'
s3_bucket: str = 'itv'
s3_bucket_itv: str = 'itv'
gql_url: str = 'https://gql.ivazh.ru/graphql'
gql_download: str = 'https://gql.ivazh.ru/item/{key}'
gql_schema: str = 'pdim'