Guest User

Untitled

a guest
Aug 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. JRuby: JNDI vs JDBCMYSQL
  2. production:
  3. adapter: jdbc
  4. encoding: utf8
  5. jndi: java:comp/env/app
  6. pool: 200
  7.  
  8. production:
  9. adapter: jdbcmysql
  10. encoding: utf8
  11. database: tgc
  12. #socket: /var/lib/mysql/mysql.sock
  13. host: localhost
  14. port: 3306
  15. username: mysql
  16. password: notarealpassword
Add Comment
Please, Sign In to add comment