Guest User

Untitled

a guest
Jun 16th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. defaults: &defaults
  2. adapter: mysql
  3. encoding: utf8
  4. username: gatekeeper
  5. password:
  6. host: localhost
  7.  
  8. development:
  9. <<: *defaults
  10. database: gatekeeper_development
Add Comment
Please, Sign In to add comment