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