Guest User

Untitled

a guest
Dec 16th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. default: &default
  2. adapter: mysql2
  3. encoding: utf8
  4. pool: 5
  5. username: root
  6. password: <%= ENV['RAILS_DATABASE_PASSWORD'] %>
  7. socket: /tmp/mysql.sock
Add Comment
Please, Sign In to add comment