Move config.yaml to config/settings.yml
This commit is contained in:
33
xmlrpcserver/config/settings.yml
Normal file
33
xmlrpcserver/config/settings.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
version: 0.0.1
|
||||
default:
|
||||
XMLRPCSERVER:
|
||||
ret_path: 'http://10.10.8.81:9000/'
|
||||
self_bnd: 'bnd127'
|
||||
enserver: 'http://127.0.0.1:7000/xmlrpc'
|
||||
|
||||
db:
|
||||
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'
|
||||
password: 'Root12345678'
|
||||
schema: 'documents_src'
|
||||
|
||||
amqp:
|
||||
conn: 'amqp://user:password@10.10.8.83:31005/%2f'
|
||||
send_exchange: 'ipd_incoming_itv'
|
||||
incoming_queue: 'ipd_out_queue'
|
||||
status_queue: 'ipd_status_queue'
|
||||
|
||||
s3:
|
||||
endpoint: 'http://10.10.8.83:31006'
|
||||
key_id: 's57'
|
||||
access_key: 'd9MMinLF3U8TLSj'
|
||||
bucket_itv: 'itv'
|
||||
Reference in New Issue
Block a user