Sha256: cd3e2ff82a7a97374cf2a7fd00fe4d95cb3157afabb5dd91088d8b12cc00c049

Contents?: true

Size: 449 Bytes

Versions: 111

Compression:

Stored size: 449 Bytes

Contents

#
# This is only an example configuration. Please see the Rails
# documentation for more details.
#

development:
  adapter: mysql2
  database: trusty_cms_dev
  username: root
  password:
  host: localhost

test: &TEST
  adapter: mysql2
  database: trusty_cms_test
  username: root
  password:
  host: localhost

production:
  adapter: mysql2
  database: trusty_cms_live
  username: root
  password:
  socket: /tmp/mysql.sock

cucumber:
  <<: *TEST

Version data entries

111 entries across 111 versions & 3 rubygems

Version Path
trusty-clipped-extension-2.0.8 spec/dummy/config/database.yml
trusty-cms-2.0.19 spec/dummy/config/database.yml
trusty-cms-2.0.18 spec/dummy/config/database.yml
trusty-clipped-extension-2.0.7 spec/dummy/config/database.yml
trusty-cms-2.0.17 spec/dummy/config/database.yml
trusty-snippets-extension-2.0.6 spec/dummy/config/database.yml
trusty-clipped-extension-2.0.6 spec/dummy/config/database.yml
trusty-cms-2.0.16 spec/dummy/config/database.yml
trusty-cms-2.0.15 spec/dummy/config/database.yml
trusty-cms-2.0.14 spec/dummy/config/database.yml
trusty-cms-2.0.13 spec/dummy/config/database.yml