Sha256: fc569edc36880692e78aef9fcb9946085e4968b869d818f8cc1c4da1a315ee36
Contents?: true
Size: 1 KB
Versions: 27
Compression:
Stored size: 1 KB
Contents
# MySQL. Versions 4.1 and 5.0 are recommended. # # # Be sure to use new-style password hashing: # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql2 database: APPNAME_development username: APPNAME password: APPNAME # 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 database: APPNAME_test username: APPNAME password: APPNAME # 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. production: adapter: mysql2 database: APPNAME_production username: APPNAME password: APPNAME # 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.
Version data entries
27 entries across 27 versions & 1 rubygems