Sha256: 818311d8cec27ba4ec23499ae8b4c6f24893a4d4ee981cdcdcdced4d36748db2

Contents?: true

Size: 644 Bytes

Versions: 8

Compression:

Stored size: 644 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: test
  username: test
  password: test
  host: localhost
  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: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

production:
  adapter: mysql2
  database: test
  username: test
  password: test
  host: localhost
  socket: /tmp/mysql.sock

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
visual_migrate-4.1.7.0 test/dummy/config/database.yml
visual_migrate-4.1.0.0 test/dummy/config/database.yml
visual_migrate-4.0.2.0 test/dummy/config/database.yml
visual_migrate-4.0.1.6 test/dummy/config/database.yml
visual_migrate-4.0.1.5 test/dummy/config/database.yml
visual_migrate-4.0.1.4 test/dummy/config/database.yml
visual_migrate-4.0.1.3 test/dummy/config/database.yml
visual_migrate-4.0.1.2 test/dummy/config/database.yml