Sha256: d553f869fb45ba191b0db8a4c74ff97365ef150f033f2f334624d7473a96e238

Contents?: true

Size: 270 Bytes

Versions: 25

Compression:

Stored size: 270 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  database: tb_core_development
  username: root
  
test:
  adapter: mysql2
  database: tb_core_test
  username: root

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
tb_core-1.3.4 spec/dummy/config/database.yml
tb_core-1.3.3 spec/dummy/config/database.yml
tb_core-1.3.2 spec/dummy/config/database.yml
tb_core-1.3.1 spec/dummy/config/database.yml
tb_core-1.3.0 spec/dummy/config/database.yml
tb_core-1.3.0.beta2 spec/dummy/config/database.yml
tb_core-1.3.0.beta1 spec/dummy/config/database.yml
tb_core-1.2.8 spec/dummy/config/database.yml
tb_core-1.2.7 spec/dummy/config/database.yml
tb_core-1.2.6 spec/dummy/config/database.yml
tb_core-1.2.4 spec/dummy/config/database.yml
tb_core-1.2.3 spec/dummy/config/database.yml
tb_core-1.2.2 spec/dummy/config/database.yml
tb_core-1.2.1 spec/dummy/config/database.yml
tb_core-1.2.0 spec/dummy/config/database.yml
tb_core-1.1.10 spec/dummy/config/database.yml
tb_core-1.1.9 spec/dummy/config/database.yml
tb_core-1.1.8 spec/dummy/config/database.yml
tb_core-1.1.7 spec/dummy/config/database.yml
tb_core-1.1.6 spec/dummy/config/database.yml