Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. esb.url=http://localhost:9182/
  2. dss.url=http://localhost:9167/services/mssql_tcinvest2/
  3. search.result.perpage = 25
  4. hibernate.connection.url=jdbc:oracle:thin:@localhost:8821/orcl
  5. hibernate.connection.username=casdbtest
  6. hibernate.connection.password=casdbtest123
  7. hibernate.connection.driver_class=oracle.jdbc.OracleDriver
  8. hibernate.connection.dialect=org.hibernate.dialect.Oracle10gDialect
  9. hibernate.default_schema=CASDBTEST
  10. hibernate.connection.characterEncoding=utf8
  11. #service configuration
  12. url.api.flexservice=http://localhost:4780/flex-service/1.1/
  13. url.api.tokenservice=http://localhost:5180/token-service/
  14. url.api.loginurl=https://beta.tcbs.com.vn/cas/
  15. url.api.bond=http://localhost:5180/services/
  16. url.api.orderService = http://localhost:4680/order-service/
  17. #url.api.orderService = http://10.3.2.38:8181/order-service/
  18. url.api.productService = http://localhost:7482/product/
  19. url.api.profileDSSService = http://localhost:7767/services/profile/
  20. url.api.pricingService = http://localhost:9766/services/pricingengine/
  21. #website
  22. web.link.flexlogintoken=http://localhost:2480/OnlineTrading/Account/LoginToken
  23. web.link.flexlogintoken.mobile=https://mobile.tcbs.com.vn/MFlex/Account/LoginToken
  24. #sync
  25. sync.queue.name=vn.tcbs.flex.cas.sync
  26. sync.queue.commandqueue=vn.tcbs.flex.cas.sync.command
  27. sync.queue.exchangename=vn.tcbs.exchange
  28. sync.admin.host=localhost
  29. sync.admin.port=8872
  30. sync.admin.virtualhost=casflex
  31. sync.admin.username=flex
  32. sync.admin.password=flex
  33. #activeAccount
  34. active.queue.name=vn.tcbs.activeaccount.input
  35. active.queue.name.key=activeaccount
  36. active.queue.command=vn.tcbs.activeaccount.output
  37. active.queue.fail=vn.tcbs.activeaccount.fail
  38. active.queue.activeaccount.output.key=activeOutput
  39. active.queue.activeaccount.fail.key=activeFail
  40. active.queue.retry.counter=3
  41. register.default.agentid=0001000400
  42. #cas
  43. #cas.server.public=localhost:8444/cas
  44. cas.server.mypublic=localhost:8443/profile
  45. cas.server.internal=beta.tcbs.com.vn/cas
  46. cas.server.public=beta.tcbs.com.vn/cas
  47. #cas.server.internal=beta.tcbs.com.vn/cas
  48. #active
  49. queue.openaccount.flex.input=vn.tcbs.openaccount.flex.input
  50. queue.openaccount.flex.confirm=vn.tcbs.openaccount.flex.confirm
  51. queue.openaccount.cas.flex.routingkey=openflex
  52. queue.openaccount.cas.flex.key.confirm=openflex.confirm
  53. queue.openaccount.flex.success.email=vn.tcbs.openaccount.flex.success.email
  54. queue.openaccount.flex.success.phone=vn.tcbs.openaccount.flex.success.phone
  55. queue.openaccount.cas.flex.key.success=openflex.success
  56. queue.openaccount.cas.flex.key.success.phone=openflex.success.phone
  57. queue.openaccount.flex.success.sync=vn.tcbs.openaccount.flex.success.sync
  58. queue.openaccount.flex.key.sync=openflex.synccas
  59. queue.bond.user=vn.tcbs.bond.user
  60. queue.bond.user.key=bond
  61. queue.password.change=vn.tcbs.changepassword
  62. queue.password.change.key=vn.tcbs.changepassword.key
  63. #sync userinformation
  64. queue.user.updateinformation=vn.tcbs.update.userinformation
  65. #fss configuration
  66. fss.wsdl.location=http://localhost:2480/BPSService/OnlineTradingWcf.svc?wsdl
  67. url.notification.email=http://fss:fss@localhost:3180/notification/notificationService?template=soap/send-email.xml&action=http://notification.esb.tcbs.vn/sendEmail
  68. url.profile.token.timeout=100000
  69. url.notification.sms=http://fss:fss@localhost:3180/notification/notificationService?template=soap/send-sms.xml&action=http://notification.esb.tcbs.vn/sendSMS
  70. url.authentication.otp.init=http://fss:fss@localhost:3180/authentication/authenticationService?template=soap/initValidation.xml&action=http://otp.authentication.esb.tcbs.vn/initValidation
  71. url.authentication.otp.validation=http://fss:fss@localhost:3180/authentication/authenticationService?template=soap/doValidateToken.xml&action=http://otp.authentication.esb.tcbs.vn/doValidateToken
  72. #upload directory
  73. tcbs.folder=/Users/kiennt
  74. #email
  75. email.error.sendto=test@techcombank.com.vn
  76. email.error.ccto=test@gmail.com
  77. # excel folder
  78. #default folder.excel.generated = ~/home/[user]/
  79. folder.excel.generated = /Users/nambv/export
  80. folder.excel.template = /WEB-INF/excel/excel-template
  81. folder.xml.config = /WEB-INF/excel/xmlConfig
  82. file.excel.OrderBuyTemplate = /orderBuyTemplate.xls
  83. file.excel.OrderSellTemplate = /orderSellTemplate.xls
  84. file.excel.BalanceTemplate = /balanceTemplate.xls
  85. file.excel.OrderSessionTemplate = /orderPhien.xls
  86. file.excel.orderReferenceVSD = /order-reference-vsd.xls
  87. file.xml.xmlVSDTemplate = /vsd.xml
  88. file.xml.xmlNewOrdersTemplate = /all_order.xml
  89. file.docx.fundBuyConfirmOrderTemplate = /fundConfirmOrder_MUA.docx
  90. file.docx.fundSellConfirmOrderTemplate = /fundConfirmOrder_BAN.docx
  91. #redis
  92. redis.host=10.8.0.46
  93. redis.port=6379
  94. permission.url=http://localhost:4780/authorization-module/permission/
  95. account.adminUser =0001566151;0001906316;0001611583;0001310885
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement