Sha256: 068189ccc33a33d01d0bccdefb29e0e9773ebe963442829413f32e3b5e689763

Contents?: true

Size: 774 Bytes

Versions: 6

Compression:

Stored size: 774 Bytes

Contents

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: &test
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: nbt_test
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

production:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: nbt_production
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

cucumber:
  <<: *test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
netzke-basepack-0.7.4 test/basepack_test_app/config/database.yml.sample
netzke-basepack-0.7.3 test/basepack_test_app/config/database.yml.sample
netzke-basepack-0.7.2 test/basepack_test_app/config/database.yml.sample
netzke-basepack-0.7.1 test/basepack_test_app/config/database.yml.sample
netzke-basepack-0.6.5 test/rails_app/config/database.yml.sample
netzke-basepack-0.7.0 test/rails_app/config/database.yml.sample