Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- connector.http=*:8080
- port.admin=2005
- db.driver=com.mysql.jdbc.Driver
- 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
- db.user=bill
- db.pswd=bgbilling
- db.maxIdle=20
- db.maxActive=300
- db.validationTimeout=10
- mq.url=failover:(nio://127.0.0.1:61616?socketBufferSize=1000000)
- mq.user=bill
- mq.pswd=bgbilling
- context.path=/bgbilling
- connector.http.compression=off
- #connector.https=*:8443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement