Sha256: ae6b319b1e9b492b00e0860423f96f99b493e8620cde1d5f7ce93bdf0f23d084

Contents?: true

Size: 1.06 KB

Versions: 15

Compression:

Stored size: 1.06 KB

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: db/development.sqlite3
  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: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

production:
  adapter: sqlite3
  database: db/production.sqlite3
  pool: 5
  timeout: 5000

# development:
#   adapter: mysql
#   encoding: utf8
#   reconnect: false
#   database: mail_engine_development
#   pool: 5
#   username: root
#   password:
#   socket: /tmp/mysql.sock
# 
# test:
#   adapter: mysql
#   encoding: utf8
#   reconnect: false
#   database: mail_engine_test
#   pool: 5
#   username: root
#   password:
#   socket: /tmp/mysql.sock
# 
# production:
#   adapter: mysql
#   encoding: utf8
#   reconnect: false
#   database: mail_engine_production
#   pool: 5
#   username: root
#   password:
#   socket: /tmp/mysql.sock

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mail_engine-0.1.15 test/dummy/config/database.yml
mail_engine-0.1.14 test/dummy/config/database.yml
mail_engine-0.1.13 test/dummy/config/database.yml
mail_engine-0.1.12 test/dummy/config/database.yml
mail_engine-0.1.11 test/dummy/config/database.yml
mail_engine-0.1.10 test/dummy/config/database.yml
mail_engine-0.1.9 test/dummy/config/database.yml
mail_engine-0.1.8 test/dummy/config/database.yml
mail_engine-0.1.7 test/dummy/config/database.yml
mail_engine-0.1.6 test/dummy/config/database.yml
mail_engine-0.1.5 test/dummy/config/database.yml
mail_engine-0.1.4 test/dummy/config/database.yml
mail_engine-0.1.3 test/dummy/config/database.yml
mail_engine-0.1.2 test/dummy/config/database.yml
mail_engine-0.1.1 test/dummy/config/database.yml