summarylogtreecommitdiffstats
path: root/database.yml
blob: 18e72aa090b1fac4a582dc4e7685cf149c7c3277 (plain)
1
2
3
4
5
6
7
8
9
10
production:
 adapter: postgresql
 database: msf
 username: #username here
 password: #password here
 host: localhost
 port: 5432
 pool: 5
 timeout: 5