Sha256: 366093c3a7757b3778d1f1d03faaac714644a881aed7f617b08253584be58fd0

Contents?: true

Size: 664 Bytes

Versions: 2

Compression:

Stored size: 664 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: employ_data_dev
  username: root
  password: root
  pool: 5
  timeout: 5000

# 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: employ_data_test
  username: root
  password: root
  pool: 5
  timeout: 5000

production:
  adapter: mysql2
  database: employ_data_prod
  username: root
  password: root
  pool: 5
  timeout: 5000

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
multiinsert-0.0.1 config/database.yml
multiinsert-0.0.1 config/database.yml~