Sha256: 59b996def04cacaa37618736ca874782b2d4303e922a2471a323d125fa03928c

Contents?: true

Size: 807 Bytes

Versions: 6

Compression:

Stored size: 807 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  encoding: utf8
  reconnect: true
  database: spud_inquiries_development
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

# 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
  encoding: utf8
  reconnect: true
  database: spud_inquiries_test
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

production:
  adapter: mysql2
  encoding: utf8
  reconnect: true
  database: spud_inquiries_production
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spud_inquiries-0.9.1 spec/dummy/config/database.yml
spud_inquiries-0.9.0 spec/dummy/config/database.yml
spud_inquiries-0.8.3 test/dummy/config/database.yml
spud_inquiries-0.8.2 test/dummy/config/database.yml
spud_inquiries-0.8.1 test/dummy/config/database.yml
spud_inquiries-0.8.0 test/dummy/config/database.yml