Guest User

Untitled

a guest
Nov 28th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1. development:
  2.   adapter: postgresql
  3.   encoding: unicode
  4.   database: kali_development
  5.   pool: 5
  6.   host: localhost
  7.   port: 5432
  8.   username: cbishop
  9.   password:
  10. test:
  11.   adapter: postgresql
  12.   encoding: unicode
  13.   database: kali_test
  14.   pool: 5
  15.   host: localhost
  16.   port: 5432
  17.   username: cbishop
  18.   password:
Add Comment
Please, Sign In to add comment