view deploy/config/database.yml.in @ 1600:ed9c467ef922 dockerise

Add hggit extension
author Chris Cannam
date Wed, 23 Aug 2017 11:32:50 +0100
parents 83412a0a2389
children
line wrap: on
line source
production:
  adapter: postgresql
  database: code
  host: localhost
  username: code
  password: "INSERT_DATABASE_PASSWORD_HERE"