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

Version Path
myreplicator-1.1.38 test/dummy/config/database.yml
myreplicator-1.1.37 test/dummy/config/database.yml
myreplicator-1.1.36 test/dummy/config/database.yml
myreplicator-1.1.35 test/dummy/config/database.yml
myreplicator-1.1.34 test/dummy/config/database.yml
myreplicator-1.1.33 test/dummy/config/database.yml
myreplicator-1.1.32 test/dummy/config/database.yml
myreplicator-1.1.31 test/dummy/config/database.yml
myreplicator-1.1.30 test/dummy/config/database.yml
myreplicator-1.1.29 test/dummy/config/database.yml
myreplicator-1.1.28 test/dummy/config/database.yml
myreplicator-1.1.27 test/dummy/config/database.yml
myreplicator-1.1.26 test/dummy/config/database.yml
myreplicator-1.1.25 test/dummy/config/database.yml
myreplicator-1.1.24 test/dummy/config/database.yml
myreplicator-1.1.23 test/dummy/config/database.yml
myreplicator-1.1.22 test/dummy/config/database.yml
myreplicator-1.1.21 test/dummy/config/database.yml
myreplicator-1.1.20 test/dummy/config/database.yml
myreplicator-1.1.19 test/dummy/config/database.yml