Sha256: 7e063c5839167f292ab2525e009e0c23bb83a2af683a1e1f15029ea7a0022428
Contents?: true
Size: 633 Bytes
Versions: 82
Compression:
Stored size: 633 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: hubstats_development pool: 5 timeout: 5000 # 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: adapter: mysql2 database: hubstats_test username: <%= ENV['TRAVIS'] ? 'travis' : 'root' %> pool: 5 timeout: 5000 # production: # adapter: sqlite3 # database: db/production.sqlite3 # pool: 5 # timeout: 5000
Version data entries
82 entries across 82 versions & 1 rubygems