Change configs
This commit is contained in:
@@ -1,29 +1,3 @@
|
||||
from bestconfig import Config
|
||||
|
||||
class Config:
|
||||
ret_path: str = 'http://10.10.8.81:9000/'
|
||||
self_bnd: str = 'bnd127'
|
||||
enserver: str = 'http://127.0.0.1:7000/xmlrpc'
|
||||
|
||||
pg_host: str = '10.10.8.83'
|
||||
pg_port: int = 32101
|
||||
pg_dbname: str = 'db'
|
||||
pg_username: str = 'postgres'
|
||||
pg_password: str = 'Root12345678'
|
||||
|
||||
oodb_host: str = '10.10.8.83'
|
||||
oodb_port: int = 32100
|
||||
oodb_dbname: str = 'db'
|
||||
oodb_username: str = 'postgres'
|
||||
oodb_passwd: str = 'Root12345678'
|
||||
oodb_schema: str = 'documents_src'
|
||||
|
||||
rabbit_conn: str = 'amqp://user:password@10.10.8.83:31005/%2f'
|
||||
rabbit_send_exchange: str = 'ipd_incoming_itv'
|
||||
rabbit_incoming_queue: str = 'ipd_out_queue'
|
||||
rabbit_status_queue: str = 'ipd_status_queue'
|
||||
|
||||
s3_endpoint: str = 'http://10.10.8.83:31006'
|
||||
s3_key_id: str = 's57'
|
||||
s3_access_key: str = 'd9MMinLF3U8TLSj'
|
||||
s3_bucket_itv: str = 'itv'
|
||||
|
||||
config = Config()
|
||||
|
||||
Reference in New Issue
Block a user