Sha256: a6f50fd384802b3c1ab04beb518cf639f3bb0eb161a8a966eb271bfcbce466be

Contents?: true

Size: 780 Bytes

Versions: 1

Compression:

Stored size: 780 Bytes

Contents

development:
  adapter: postgresql
  database: backlog_development
  username: uwe
#  password:
  host: localhost

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  adapter: postgresql
  database: backlog_test
  username: postgres
#  password:
  host: localhost

production:
  adapter: postgresql
  database: backlog_production
  username: postgres
#  password:
  host: localhost

kubosch_production:
  adapter: mysql
  database: backlog_development
  username:
  password:
  host: kubosch.no

datek_production:
  adapter: postgresql
  database: backlog_production
  username: capistrano
  password: capistrano123
  host: sandra
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog-0.0.4 config/database.yml