Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.27 KB | None | 0 0
  1. default: &default
  2.   adapter: mysql2
  3.   encoding: utf8
  4.  # pool: 5
  5.   username: root
  6.   password: root
  7.  
  8. development:
  9.   <<: *default
  10.   database: CIS
  11.  
  12. production:
  13.   <<: *default
  14.   database: CIS_production
  15.   username: CIS
  16.   password: <%= ENV['CIS_DATABASE_PASSWORD'] %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement