Move config.yaml to config/settings.yml
This commit is contained in:
31
request_itv/config/settings.yml
Normal file
31
request_itv/config/settings.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user