Sha256: 5f00207177213c363184c79a1f7d49c00625f06dfe3eb6712e564ecbfd26e4b8

Contents?: true

Size: 637 Bytes

Versions: 6

Compression:

Stored size: 637 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  database: switchman_development
  port: 15432

# 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: postgresql
  database: switchman_test
  port: 15432

testm:
  adapter: mysql2
  database: switchman_test
  socket: /opt/boxen/data/mysql/socket
  username: root

tests:
  adapter: sqlite3
  database: db/switchman_test.sqlite3

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
switchman-1.2.4 spec/dummy/config/database.yml
switchman-1.2.3 spec/dummy/config/database.yml
switchman-1.2.2 spec/dummy/config/database.yml
switchman-1.2.1 spec/dummy/config/database.yml
switchman-1.2.0 spec/dummy/config/database.yml
switchman-1.1.0 spec/dummy/config/database.yml