Sha256: 5a6cf2fbb2f03821d12950650ebe4bac5e59fde3682a792180b3774c47678077

Contents?: true

Size: 260 Bytes

Versions: 11

Compression:

Stored size: 260 Bytes

Contents

development: &base
  adapter: postgresql
  encoding: unicode
  database: dummy_development
  pool: 5
  username: Outlawandy
  password:

test:
  <<: *base
  database: dummy_test

production:
  <<: *base
  database: dummy_production
  username: dummy
  pool: 25

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stripe_local-0.2.5 spec/dummy/config/database.yml
stripe_local-0.2.4 spec/dummy/config/database.yml
stripe_local-0.2.3 spec/dummy/config/database.yml
stripe_local-0.2.2 spec/dummy/config/database.yml
stripe_local-0.2.1 spec/dummy/config/database.yml
stripe_local-0.2.0 spec/dummy/config/database.yml
stripe_local-0.1.3 spec/dummy/config/database.yml
stripe_local-0.1.2 spec/dummy/config/database.yml
stripe_local-0.1.1 spec/dummy/config/database.yml
stripe_local-0.1.0 spec/dummy/config/database.yml
stripe_local-0.0.2 spec/dummy/config/database.yml