Sha256: f8fa341b61395b85a960c88cd850abb181421a31bbdbbf99acc292280035b549
Contents?: true
Size: 986 Bytes
Versions: 5
Compression:
Stored size: 986 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: mysql2 host: localhost database: archiving_development username: root password: other_development: adapter: mysql2 host: localhost database: archiving_other_development username: root password: # 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 host: localhost database: archiving_test username: root password: other_test: adapter: mysql2 host: 127.0.0.1 database: archiving_test username: root password: production: adapter: mysql2 host: localhost database: archiving_production username: root password: other_production: adapter: mysql2 host: localhost database: archiving_other_production username: root password:
Version data entries
5 entries across 5 versions & 1 rubygems