Guest User

Untitled

a guest
May 26th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the DataMapper ORM
  3. development: &defaults
  4. # These are the settings for repository :default
  5. adapter: postgres
  6. database: testingdb
  7. user: postgres
  8. password: xyzzy
  9. host: hostname.domain.com
  10. schema_search_path: 'testing, public'
Add Comment
Please, Sign In to add comment