Sha256: c7e74bc295d2887d1c1a7032a4eefb33cd2a77919e860511b61386d2be6a77b9
Contents?: true
Size: 629 Bytes
Versions: 11
Compression:
Stored size: 629 Bytes
Contents
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: mysql2 encoding: utf8 database: _development username: password: socket: # 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: _test username: password: socket: production: adapter: mysql2 encoding: utf8 reconnect: true database: _production pool: 5 username: password: host: 10.200.113.226
Version data entries
11 entries across 11 versions & 1 rubygems