Sha256: b0bc581b20bcb3d3f41a91d9f2f30aa1a93cc1a9699babacdb88318ad7fcd23d

Contents?: true

Size: 722 Bytes

Versions: 6

Compression:

Stored size: 722 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

Version Path
browsercms-3.4.2 test/dummy/config/database.yml
browsercms-3.4.2.rc1 test/dummy/config/database.yml
browsercms-3.4.1 test/dummy/config/database.yml
browsercms-3.4.0 test/dummy/config/database.yml
browsercms-3.4.0.rc2 test/dummy/config/database.yml
browsercms-3.4.0.rc1 test/dummy/config/database.yml