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 / deploy / config / database.yml.in @ 1610:c6bee0e62957

History | View | Annotate | Download (131 Bytes)

1
production:
2
  adapter: postgresql
3
  database: code
4
  host: localhost
5
  username: code
6
  password: "INSERT_DATABASE_PASSWORD_HERE"
7