Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. --- service-reporting-event-service.topo.bak 2016-03-15 15:10:30.000000000 -0700
  2. +++ service-reporting-event-service.topo 2016-03-15 15:15:58.000000000 -0700
  3. @@ -151,16 +151,14 @@
  4. EXPORT_REPORT_BATCH_VALUE = 6000
  5.  
  6. [[prod]]
  7. -
  8. - REPORTING_USR_DBS_URL=jdbc:mysql://prd-wdb-v3.hightail.com:3306/YSIUSER?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  9. - REPORTING_EVENT_DBS_URL =jdbc:mysql://prd-wdb-v3.hightail.com:3306/reporting?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  10. - REPORTING_EVENTW_DBS_URL = jdbc:mysql://prd-wdb-v3.hightail.com:3306/reporting?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  11. - REPORTING_GROUP_DBS_URL=jdbc:mysql://prd-wdb-v3.hightail.com:3306/groups?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  12. + REPORTING_EVENTW_DBS_URL = jdbc:mysql://sjcprddbr02.prod.yousendit.com:3306/reporting?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  13. + REPORTING_EVENT_DBS_URL = jdbc:mysql://sjcprddbr03.prod.yousendit.com:3306/reporting?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  14. + REPORTING_USR_DBS_URL = jdbc:mysql://sjcprddbv203.prod.yousendit.com:3306/YSIUSER?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  15. + REPORTING_GROUP_DBS_URL = jdbc:mysql://sjcprddbv203.prod.yousendit.com:3306/YSIUSER?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  16. + REPORTING_AUTHENTICATION_DBS_URL = jdbc:mysql://sjcprdrdb03.prod.yousendit.com:3306/authentication?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  17. REPORTING_DBS_GROUP_USERNAME=ysi
  18. REPORTING_DBS_GROUP_PASSWORD=ysi
  19.  
  20. - REPORTING_AUTHENTICATION_DBS_URL=jdbc:mysql://prd-wdb-v3.hightail.com:3306/authentication?autoReconnect=true&connectTimeout=5000&socketTimeout=8000
  21. -
  22. REPORTING_DBS_V2_USERNAME = ysi
  23. REPORTING_DBS_V2_PASSWORD = ysi
  24. REPORTING_DBS_EVENT_USERNAME = reporting_w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement