Advertisement
AndriiTrebukhin

database.yml.gitlab

Sep 6th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. default: &default
  2.   adapter: postgresql
  3.   encoding: unicode
  4.   pool: 5
  5.   timeout: 5000
  6.   host: postgres
  7.   username: runner
  8.   password: password
  9.  
  10. development:
  11.   <<: *default
  12.   database: fixit_development
  13.  
  14. test:
  15.   <<: *default
  16.   database: fixit_test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement