Guest User

Untitled

a guest
May 16th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% jdbc = defined?(JRUBY_VERSION) ? 'jdbc' : '' %>
  2.  
  3. development:
  4. adapter: <%= jdbc %>mysql
  5. encoding: utf8
  6. database: testapp_development
  7. username: root
  8. password:
  9. socket: /tmp/mysql.sock
Add Comment
Please, Sign In to add comment