Sha256: 002a9a1cd47ead7bbc24ca7086f49a2aeede8c30efb51f3c5a74d704090fd2bb

Contents?: true

Size: 761 Bytes

Versions: 5

Compression:

Stored size: 761 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: nbt_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: sqlite3
#   database: db/test.sqlite3
#   pool: 5
#   timeout: 5000
test:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: nbt_test
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

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

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
netzke-basepack-0.6.3 test/rails_app/config/database.yml
netzke-basepack-0.6.2 test/rails_app/config/database.yml
netzke-basepack-0.6.1 test/rails_app/config/database.yml
netzke-basepack-0.6.0 config/database.yml
netzke-basepack-0.6.0 test/rails_app/config/database.yml