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