Sha256: 5a105b3b77cfe0d1a36808eb68dc91f072081dcac6f2fd947762bb02f36173ee
Contents?: true
Size: 721 Bytes
Versions: 6
Compression:
Stored size: 721 Bytes
Contents
# Do not edit the database.yml file directory. BrowserCMS test suites run against multiple databases, so # make changes to the correct 'source' db file. In this case, edit: config/database.mysql.yml instead. development: adapter: mysql2 encoding: utf8 reconnect: false pool: 5 database: browsercms_development 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: &test adapter: mysql2 encoding: utf8 database: browsercms_test username: root password: socket: /tmp/mysql.sock cucumber: <<: *test
Version data entries
6 entries across 6 versions & 1 rubygems