Fix connections

This commit is contained in:
ashatora
2024-04-30 19:59:25 +03:00
parent 7b8035ff33
commit 635e03be6d
3 changed files with 64 additions and 27 deletions

View File

@@ -19,20 +19,13 @@ class Config:
oodb_schema: str = 'documents_src'
rabbit_conn: str = 'amqp://user:password@10.10.8.83:31005/%2f'
rabbit_queue: str = 'ipd'
ws_rabbit_params: dict = {
'host': '10.10.8.83',
'port': 31005,
'exchange': 'ipd',
'user': 'user',
'password': 'password',
}
rabbit_send_exchange: str = 'ipd_incoming_itv'
rabbit_incoming_queue: str = 'ipd_out_queue'
s3_endpoint: str = 'http://10.10.8.83:31006'
s3_key_id: str = 's57'
s3_access_key: str = 'd9MMinLF3U8TLSj'
s3_bucket: str = 'files'
s3_bucket: str = 'itv'
gql_url: str = 'https://gql.ivazh.ru/graphql'
gql_download: str = 'https://gql.ivazh.ru/item/{key}'