Sha256: 8a487bc0c5b8f738fd5d04c7d9763b437fe6b077942c7c9a512f072ead650f05
Contents?: true
Size: 558 Bytes
Versions: 5
Compression:
Stored size: 558 Bytes
Contents
development: adapter: mysql2 encoding: utf8 database: shoppe_dummy 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: mysql2 encoding: utf8 database: shoppe_dummy_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 5 versions & 1 rubygems