Sha256: c597c911db3f06cfc017ab02d77611ffca635b5757e0eb4ab0601def23db77df
Contents?: true
Size: 1.08 KB
Versions: 30
Compression:
Stored size: 1.08 KB
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' vertica: adapter: vertica database: test username: jferris password: okl host: ec2-23-22-175-247.compute-1.amazonaws.com vsql: /Users/lnguyen/opt/vertica/bin/vsql development: adapter: mysql2 database: myreplicator username: password: host: 127.0.0.1 okl_dev: adapter: mysql2 database: okl_dev username: sas password: sasan host: 127.0.0.1 myreplicator: true okl_test: adapter: mysql2 database: okl_test username: xbox password: okl host: 54.243.176.8 myreplicator: true myreplicator: adapter: mysql2 database: myreplicator username: sas password: sasan host: 127.0.0.1 # 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: sqlite3 database: db/test.sqlite3 pool: 5 timeout: 5000 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000
Version data entries
30 entries across 30 versions & 1 rubygems