Files
request-itv/request_itv/config.yaml
2024-06-10 08:09:10 +03:00

32 lines
701 B
YAML

version: 0.0.1
default:
REQUEST_ITV:
ret_path: 'http://10.10.8.83:32200/'
self_bnd: 'bnd127'
oodb:
host: '10.10.8.83'
port: 32100
dbname: 'db'
username: 'postgres'
passwd: 'Root12345678'
schema: 'documents_src'
amqp:
conn: 'amqp://user:password@10.10.8.83:31005/%2f'
queue: 'ipd'
incoming_queue: 'ipd_queue_requests'
out_exchange: 'ipd_out_itv'
s3:
endpoint: 'http://10.10.8.83:31006'
key_id: 's57'
access_key: 'd9MMinLF3U8TLSj'
bucket: 'files'
bucket_itv: 'itv'
gql:
url: 'https://gql.ivazh.ru/graphql'
download: 'https://gql.ivazh.ru/item/{key}'
schema: 'pdim'