Sha256: 6ada7ef9889fab31c89844c585897f2b598b1ae1a2d31cb6afcd081cb117901b
Contents?: true
Size: 445 Bytes
Versions: 54
Compression:
Stored size: 445 Bytes
Contents
# # This is only an example configuration. Please see the Rails # documentation for more details. # development: adapter: mysql database: trusty_cms_dev username: root password: host: localhost test: &TEST adapter: mysql database: trusty_cms_test username: root password: host: localhost production: adapter: mysql database: trusty_cms_live username: root password: socket: /tmp/mysql.sock cucumber: <<: *TEST
Version data entries
54 entries across 52 versions & 3 rubygems