Sha256: 909af80534b8beef6d626bdef1779515941aa0fcf7bcb957986da0673a47fda8
Contents?: true
Size: 615 Bytes
Versions: 6
Compression:
Stored size: 615 Bytes
Contents
development: adapter: jdbcmysql encoding: utf8 database: browsercms_development username: root password: # 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: jdbcmysql encoding: utf8 database: browsercms_test username: root password: production: adapter: mysql encoding: utf8 database: devcms username: devcms password: RUzwPU4e socket: /var/lib/mysql/mysql.sock test_sqlite3: adapter: sqlite3 database: db/test.sqlite3
Version data entries
6 entries across 6 versions & 1 rubygems