Sha256: a1b4f5646367f2a5d3c49b2adfb32a3644d9bca72d5730e1ff04a21fff40718a

Contents?: true

Size: 819 Bytes

Versions: 3

Compression:

Stored size: 819 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

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: 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