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.17.4 config/database.yml
backlog-0.17.5 config/database.yml
backlog-0.18.0 config/database.yml
backlog-0.17.6 config/database.yml
backlog-0.19.0 config/database.yml
backlog-0.20.0 config/database.yml
backlog-0.20.1 config/database.yml
backlog-0.21.0 config/database.yml
backlog-0.21.1 config/database.yml
backlog-0.21.2 config/database.yml
backlog-0.21.3 config/database.yml
backlog-0.22.1 config/database.yml
backlog-0.22.0 config/database.yml
backlog-0.23.0 config/database.yml
backlog-0.24.0 config/database.yml
backlog-0.23.1 config/database.yml
backlog-0.25.0 config/database.yml
backlog-0.26.0 config/database.yml
backlog-0.28.0 config/database.yml
backlog-0.29.0 config/database.yml