Sha256: 32019de6efa46b48563df27591d90ac805fe0cb4da7d1c3fc507595f19519560
Contents?: true
Size: 452 Bytes
Versions: 23
Compression:
Stored size: 452 Bytes
Contents
# # This is only an example configuration. Please see the Rails # documentation for more details. # development: adapter: mysql database: radiant_dev username: root password: socket: /tmp/mysql.sock test: &TEST adapter: mysql database: radiant_test username: root password: socket: /tmp/mysql.sock production: adapter: mysql database: radiant_live username: root password: socket: /tmp/mysql.sock cucumber: <<: *TEST
Version data entries
23 entries across 23 versions & 3 rubygems