To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / extra / soundsoftware / dockertest / database.yml @ 1576:d1de6986e429

History | View | Annotate | Download (131 Bytes)

1 1570:ae2f71010562 Chris
production:
2
  adapter: postgresql
3
  database: code
4
  host: localhost
5
  username: code
6
  password: "INSERT_POSTGRES_PASSWORD_HERE"