Skip to content
This repository was archived by the owner on Aug 11, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 536 Bytes

File metadata and controls

23 lines (19 loc) · 536 Bytes

#Database Configuration Back to main

###database connection

$ cp config/db_sample.yml config/db.yml

Warning: naming this file anything but db.yml will push the database configuration including the password to github on a git push.

edit config/db.yml and update with your settings.

$ cp datatests_sample.yml config/db.yml

#####example database configuration of course change to match your postgres settings.

host: 192.162.0.1
database: postgres
user: postgres
password: postgres