Sha256: d3078ecb1e36053522f9c5fde7e22fa696b56189f59388848d7a462cff0c3cb2
Contents?: true
Size: 659 Bytes
Versions: 22
Compression:
Stored size: 659 Bytes
Contents
# SQLite version 3.x # gem install mysql2 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'mysql2' # default: &default adapter: mysql2 encoding: utf8mb4 charset: utf8mb4 collation: utf8mb4_general_ci pool: 5 username: root password: host: 127.0.0.1 development: <<: *default database: kuroko2_dummy_development # 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: kuroko2_dummy_test production: <<: *default database: kuroko2_dummy_production
Version data entries
22 entries across 22 versions & 1 rubygems