Sha256: 6391b1a6beac50db5c1d2a5253471d04e340de599c410dbeba03bd6798ad2839

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

development:
#<% if RUBY_PLATFORM =~ /java/ %>
  adapter: jdbc
  driver: org.postgresql.Driver
  url: jdbc:postgresql://localhost:5432/backlog_development
  database: backlog_development
  username: root
  host: localhost
#<% else %>
  adapter: postgresql
  database: backlog_development
#<% end %>

# 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:
#<% if RUBY_PLATFORM =~ /java/ %>
  adapter: jdbc
  driver: org.postgresql.Driver
  url: jdbc:postgresql://localhost:5432/backlog_test
  database: backlog_test
  username: cruisecontrol
  host: localhost
#<% else %>
  adapter: postgresql
  database: backlog_test
#<% end %>

production:
#<% if RUBY_PLATFORM =~ /java/ %>
  adapter: jdbc
  driver: org.postgresql.Driver
  url: jdbc:postgresql://localhost:5432/backlog_production
  username: root
  host: localhost
#<% else %>
  adapter: postgresql
  database: backlog_production
#<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
backlog-0.32.0 config/database.yml
backlog-0.33.0 config/database.yml
backlog-0.33.1 config/database.yml
backlog-0.34.1 config/database.yml
backlog-0.34.2 config/database.yml
backlog-0.34 config/database.yml
backlog-0.35.0 config/database.yml
backlog-0.35.2 config/database.yml
backlog-0.35.1 config/database.yml
backlog-0.35.3 config/database.yml
backlog-0.35.4 config/database.yml
backlog-0.35.5 config/database.yml