Sha256: 5829e2dd81b26081b3723d0a41a8296e0ef9743ddf30fe15f524f74f78847e98

Contents?: true

Size: 357 Bytes

Versions: 5

Compression:

Stored size: 357 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
  encoding: utf8mb4
  collation: utf8mb4_bin
  username: root

test:
  adapter: mysql2
  database: tb_core_test
  encoding: utf8mb4
  collation: utf8mb4_bin
  username: root

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tb_core-1.3.10 spec/dummy/config/database.yml
tb_core-1.3.9 spec/dummy/config/database.yml
tb_core-1.3.7 spec/dummy/config/database.yml
tb_core-1.3.6 spec/dummy/config/database.yml
tb_core-1.3.5 spec/dummy/config/database.yml