Sha256: f8a98a0b2998a12a24ca70b1f0217825e8b017b4ba894d7a6a3402ac88700523

Contents?: true

Size: 885 Bytes

Versions: 51

Compression:

Stored size: 885 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: myreplicator
  username:
  password:
  host: 127.0.0.1

okl_dev:
  adapter: mysql2
  database: okl_dev
  username: sas
  password: sasan
  host: 127.0.0.1

okl_test:
  adapter: mysql2
  database: okl_test
  username: xbox
  password: okl
  host: 127.0.0.1

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

51 entries across 51 versions & 1 rubygems

Version Path
myreplicator-1.1.73 test/dummy/config/database.yml
myreplicator-1.1.71 test/dummy/config/database.yml
myreplicator-1.1.69 test/dummy/config/database.yml
myreplicator-1.1.68 test/dummy/config/database.yml
myreplicator-1.1.67 test/dummy/config/database.yml
myreplicator-1.1.66 test/dummy/config/database.yml
myreplicator-1.1.65 test/dummy/config/database.yml
myreplicator-1.1.64 test/dummy/config/database.yml
myreplicator-1.1.63 test/dummy/config/database.yml
myreplicator-1.1.62 test/dummy/config/database.yml
myreplicator-1.1.61 test/dummy/config/database.yml
myreplicator-1.1.58 test/dummy/config/database.yml
myreplicator-1.1.57 test/dummy/config/database.yml
myreplicator-1.1.56 test/dummy/config/database.yml
myreplicator-1.1.55 test/dummy/config/database.yml
myreplicator-1.1.54 test/dummy/config/database.yml
myreplicator-1.1.53 test/dummy/config/database.yml
myreplicator-1.1.52 test/dummy/config/database.yml
myreplicator-1.1.51 test/dummy/config/database.yml
myreplicator-1.1.50 test/dummy/config/database.yml