Advertisement
Guest User

Untitled

a guest
May 19th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.59 KB | None | 0 0
  1. version: "2"
  2.  
  3. host:
  4.   ip: 0.0.0.0
  5.   port: 3302
  6.   snapshot_period: 600
  7.  
  8. auth:
  9.   backend:
  10.     user: be_user
  11.     password: be_password
  12.  
  13. pg:
  14.   api:
  15.     host: 127.0.0.1
  16.     port: 5432
  17.     user: postgres
  18.     password: root
  19.     db: plc
  20.  
  21. mq_broker:
  22.   QOS: 2
  23.   ind_access:
  24.     host: 82.165.98.36
  25.     port: 1884
  26.     keepalive: 60
  27.   ind_client: backend_541
  28.   ind_nu_topic: OrderHandler/v1/Node1/NewUser_Ind
  29.   ind_nmsisdn_topic: OrderHandler/v1/Node1/MSISDN_Cfm_Req
  30.   ind_payresultreq_topic: OrderHandler/v1/Node1/PayResult_Req
  31.   ind_payreqcfm_topic: OrderHandler/v1/Node1/PayReq_Cfm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement