Sha256: 512158c385d93384f841d240ff634158d670212a9d09dc0463ce90f5a1b85a7c

Contents?: true

Size: 1 KB

Versions: 43

Compression:

Stored size: 1 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: root
  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

43 entries across 43 versions & 1 rubygems

Version Path
backlog-0.12.0 config/database.yml
backlog-0.11.0 config/database.yml
backlog-0.12.2 config/database.yml
backlog-0.12.1 config/database.yml
backlog-0.12.4 config/database.yml
backlog-0.12.3 config/database.yml
backlog-0.14.0 config/database.yml
backlog-0.13.0 config/database.yml
backlog-0.13.1 config/database.yml
backlog-0.14.2 config/database.yml
backlog-0.14.1 config/database.yml
backlog-0.14.3 config/database.yml
backlog-0.15.0 config/database.yml
backlog-0.14.4 config/database.yml
backlog-0.15.1 config/database.yml
backlog-0.16.0 config/database.yml
backlog-0.17.0 config/database.yml
backlog-0.17.2 config/database.yml
backlog-0.17.1 config/database.yml
backlog-0.17.3 config/database.yml