41 lines
923 B
YAML
41 lines
923 B
YAML
version: 0.0.1
|
|
default:
|
|
REPLICATION_ITV:
|
|
ret_path: 'http://10.10.8.83:32200/'
|
|
self_bnd: 'bnd127'
|
|
enserver: 'http://10.10.8.83:32210/xmlrpc'
|
|
|
|
pg:
|
|
host: '10.10.8.83'
|
|
port: 32101
|
|
dbname: 'db'
|
|
username: 'postgres'
|
|
password: 'Root12345678'
|
|
|
|
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_replication'
|
|
out_exchange: 'ipd_out_itv'
|
|
status_queue: 'ipd_status_queue'
|
|
|
|
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'
|