Sha256: 898836406863ea37c27fe2105ac3fdba1ac3f79610430b262206e77196672772

Contents?: true

Size: 199 Bytes

Versions: 17

Compression:

Stored size: 199 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5

test:
  <<: *default
  database: <%= ENV['DATABASE_NAME_TEST'] || 'tb_core_test' %>
  password: <%= ENV['DATABASE_PASSWORD'] %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tb_core-1.5.4 spec/dummy/config/database.yml
tb_core-1.5.3 spec/dummy/config/database.yml
tb_core-1.5.2 spec/dummy/config/database.yml
tb_core-1.5.1 spec/dummy/config/database.yml
tb_core-1.4.3.1 spec/dummy/config/database.yml
tb_core-1.5.0 spec/dummy/config/database.yml
tb_core-1.4.8 spec/dummy/config/database.yml
tb_core-1.4.7 spec/dummy/config/database.yml
tb_core-1.4.6 spec/dummy/config/database.yml
tb_core-1.4.5 spec/dummy/config/database.yml
tb_core-1.4.4 spec/dummy/config/database.yml
tb_core-1.4.3 spec/dummy/config/database.yml
tb_core-1.4.2 spec/dummy/config/database.yml
tb_core-1.4.1 spec/dummy/config/database.yml
tb_core-1.4.0.1 spec/dummy/config/database.yml
tb_core-1.4.beta2 spec/dummy/config/database.yml
tb_core-1.4.beta1 spec/dummy/config/database.yml