Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Папка workdir.config заменяешь все на это:
  2. camel_database:
  3. #LOCAL DB
  4. #javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/camel?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  5. #javax.persistence.jdbc.password=147160azX
  6. #javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  7. #javax.persistence.jdbc.user=root
  8.  
  9. #GLOBAL DB
  10. javax.persistence.jdbc.url=jdbc:mysql://jms.vistar.su:3306/camel?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  11. javax.persistence.jdbc.password=SxjeiNud78Ancxqhi9
  12. javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  13. javax.persistence.jdbc.user=camel
  14.  
  15. cds_database:
  16. #LOCAL DB
  17. #javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/cdsforward?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  18. #javax.persistence.jdbc.password=147160azX
  19. #javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  20. #javax.persistence.jdbc.user=root
  21.  
  22. #GLOBAL DB
  23. javax.persistence.jdbc.url=jdbc:mysql://gpsdb.vistar.su:3306/cdsforward?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  24. javax.persistence.jdbc.password=cdsforward
  25. javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  26. javax.persistence.jdbc.user=cdsforward
  27.  
  28. gps-database:
  29. #LOCAL DB
  30. #javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/gps3?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  31. #javax.persistence.jdbc.password=147160azX
  32. #javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  33. #javax.persistence.jdbc.user=root
  34.  
  35. #GLOBAL DB
  36. javax.persistence.jdbc.url=jdbc:mysql://gpsdb.vistar.su:3306/gps3?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  37. javax.persistence.jdbc.password=OsdneSiqwpo3ASx
  38. javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  39. javax.persistence.jdbc.user=gpsadapter
  40.  
  41. gpsrw-database:
  42. #LOCAL DB
  43. #javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/gps3?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  44. #javax.persistence.jdbc.password=147160azX
  45. #javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  46. #javax.persistence.jdbc.user=root
  47.  
  48. #GLOBAL DB
  49. javax.persistence.jdbc.url=jdbc:mysql://gpsdb.vistar.su:3306/gps3?useUnicode=true&characterEncoding=utf8&connectionCollation=utf8_general_ci&characterSetResults=utf8&autoReconnect=true
  50. javax.persistence.jdbc.password=jgpsserver
  51. javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
  52. javax.persistence.jdbc.user=jgpsserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement