Guest User

Untitled

a guest
Mar 4th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. production:
  2. adapter: mysql
  3. encoding: utf8
  4. reconnect: false
  5. database: flowtown_production
  6. pool: 5
  7. username: root
  8. password:
  9. <%= "password: #{IO.read(ENV["HOME"] + "/config/production_password")}" rescue nil%>
Add Comment
Please, Sign In to add comment