database.yml 171 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 production: &default adapter: postgresql database: pairwise_dev pool: 5 timeout: 5000 username: pairwise password: pairwise@123 port: 5432 host: 127.0.0.1