Advertisement
Guest User

Untitled

a guest
May 10th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. development:
  2. dialect: postgres
  3. datasource: dbname=yuk-recycle sslmode=disable user=postgres password=visiland
  4. dir: sqlmigrate
  5. table: migrations
  6.  
  7. production:
  8. dialect: postgres
  9. datasource: host=postgres-staging dbname=postgres sslmode=disable user=postgres password=staging-postgres-password
  10. dir: sqlmigrate
  11. table: migrations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement