view deploy/config/database.yml.in @ 1613:90bed4e10cc8 deploy

Download file link
author Chris Cannam
date Wed, 30 Aug 2017 17:24:37 +0100
parents 83412a0a2389
children
line wrap: on
line source
production:
  adapter: postgresql
  database: code
  host: localhost
  username: code
  password: "INSERT_DATABASE_PASSWORD_HERE"