Sha256: 3cea638f74cc769d00933bba922813326652449eb0a4b7975b690aa009fb4d15
Contents?: true
Size: 709 Bytes
Versions: 3
Compression:
Stored size: 709 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: dummy username: root password: sasan host: 127.0.0.1 okl_test: adapter: mysql2 database: okl_test username: xbox password: okl host: 54.243.176.8 # 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: dummy username: root password: sasan host: 127.0.0.1 production: adapter: mysql2 database: dummy username: root password: sasan host: 127.0.0.1
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
myreplicator-0.0.3 | test/dummy/config/database.yml~ |
myreplicator-0.0.2 | test/dummy/config/database.yml~ |
myreplicator-0.0.1 | test/dummy/config/database.yml~ |