Sha256: 9123cefd67cd99e34fbe07642b1c6fb72aa3b66b6111c3ae444da6fa73cb7c7a

Contents?: true

Size: 668 Bytes

Versions: 4

Compression:

Stored size: 668 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  host: localhost
  encoding: utf8
  database: alondra_development
  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
  host: localhost
  encoding: utf8
  database: alondra_test
  pool: 5
  timeout: 5000

production:
  adapter: mysql2
  host: localhost
  encoding: utf8
  database: alondra_production
  pool: 5
  timeout: 5000

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alondra-0.1.1 test/dummy/config/database.yml
alondra-0.1.0 test/dummy/config/database.yml
alondra-0.0.4 test/dummy/config/database.yml
alondra-0.0.3 test/dummy/config/database.yml