Sha256: 9b06cb19fe7914242eb2679e43bf6386e4d299d65bfc5bbb25f2ea01630acfb4

Contents?: true

Size: 667 Bytes

Versions: 3

Compression:

Stored size: 667 Bytes

Contents

development:
  adapter: postgresql
  database: backlog_development
  username: postgres
#  password: developer
  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: mysql
  database: backlog_test
  username: root
  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

3 entries across 3 versions & 1 rubygems

Version Path
backlog-0.0.0 config/database.yml
backlog-0.0.1 config/database.yml
backlog-0.0.2 config/database.yml