Sha256: 26b878c86842670f0ba65712acd9cb93bc27c099b90f0e8c2ee841f35f0bb08e

Contents?: true

Size: 568 Bytes

Versions: 14

Compression:

Stored size: 568 Bytes

Contents

default: &default
  template: template0
  encoding: SQL_ASCII
  adapter: postgresql
  pool: 50
  timeout: 5000
  username: <%= ENV["DART_USERNAME"] %>
  password: <%= ENV["DART_PASSWORD"] %>

development:
  <<: *default
  database: <%= ENV["DART_DB"] %>

production:
  <<: *default
  database: <%= ENV["DART_DB"] %>

# 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:
  <<: *default
  database: <%= ENV["DART_TEST_DB"] %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cosmos-4.4.0-java lib/cosmos/dart/config/database.yml
cosmos-4.4.0 lib/cosmos/dart/config/database.yml
cosmos-4.3.0-java lib/cosmos/dart/config/database.yml
cosmos-4.3.0 lib/cosmos/dart/config/database.yml
cosmos-4.2.4-java lib/cosmos/dart/config/database.yml
cosmos-4.2.4 lib/cosmos/dart/config/database.yml
cosmos-4.2.3-java lib/cosmos/dart/config/database.yml
cosmos-4.2.3 lib/cosmos/dart/config/database.yml
cosmos-4.2.2-java lib/cosmos/dart/config/database.yml
cosmos-4.2.2 lib/cosmos/dart/config/database.yml
cosmos-4.2.1-java lib/cosmos/dart/config/database.yml
cosmos-4.2.1 lib/cosmos/dart/config/database.yml
cosmos-4.2.0-java lib/cosmos/dart/config/database.yml
cosmos-4.2.0 lib/cosmos/dart/config/database.yml