Advertisement
Guest User

data.properties

a guest
Jun 22nd, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. connector.http=*:8080
  2. port.admin=2005
  3.  
  4. db.driver=com.mysql.jdbc.Driver
  5. db.url=jdbc:mysql://127.0.0.1/bgbilling?useUnicode=true&characterEncoding=UTF-8&allowUrlInLocalInfile=true&zeroDateTimeBehavior=convertToNull&jdbcCompliantTruncation=false&elideSetAutoCommits=true&cachePrepStmts=true&useCursorFetch=true&queryTimeoutKillsConnection=true&connectTimeout=1000
  6. db.user=bill
  7. db.pswd=bgbilling
  8. db.maxIdle=20
  9. db.maxActive=300
  10. db.validationTimeout=10
  11.  
  12. mq.url=failover:(nio://127.0.0.1:61616?socketBufferSize=1000000)
  13. mq.user=bill
  14. mq.pswd=bgbilling
  15.  
  16. context.path=/bgbilling
  17.  
  18. connector.http.compression=off
  19.  
  20. #connector.https=*:8443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement