Sha256: 6865baf3ad50898dd76a3cb44f5d260391968626c5a41f58f1c84948ef8948b9
Contents?: true
Size: 462 Bytes
Versions: 44
Compression:
Stored size: 462 Bytes
Contents
# # This is only an example configuration. Please see the Rails # documentation for more details. # development: adapter: mysql database: <%= project_name%>_blank_dev username: password: host: localhost test: &TEST adapter: mysql database: <%= project_name%>_blank_test username: password: host: production: adapter: mysql database: <%= project_name%>_blank_live username: password: socket: /tmp/mysql.sock cucumber: <<: *TEST
Version data entries
44 entries across 44 versions & 1 rubygems