Sha256: 7d1ed245d6ccbd9976bb34b3cca6cb0acb8c8d970ae084617ea51f03b9907045

Contents?: true

Size: 596 Bytes

Versions: 10

Compression:

Stored size: 596 Bytes

Contents

default: &default
  template: template0
  encoding: SQL_ASCII
  collation: C 
  ctype: C 
  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

10 entries across 10 versions & 1 rubygems

Version Path
cosmos-4.5.2-java lib/cosmos/dart/config/database.yml
cosmos-4.5.2 lib/cosmos/dart/config/database.yml
cosmos-4.5.1-java lib/cosmos/dart/config/database.yml
cosmos-4.5.1 lib/cosmos/dart/config/database.yml
cosmos-4.5.0-java lib/cosmos/dart/config/database.yml
cosmos-4.5.0 lib/cosmos/dart/config/database.yml
cosmos-4.4.2-java lib/cosmos/dart/config/database.yml
cosmos-4.4.2 lib/cosmos/dart/config/database.yml
cosmos-4.4.1-java lib/cosmos/dart/config/database.yml
cosmos-4.4.1 lib/cosmos/dart/config/database.yml