Sha256: c0f8fb823a48e4372127eda3b75a3a4385508375561db1b0ef85221c26df4e45
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 Bytes
Contents
development: adapter: mysql database: <%= app.downcase %>_development host: localhost username: root password: test: adapter: mysql database: <%= app.downcase %>_test host: localhost username: root password: production: adapter: mysql database: <%= app.downcase %>_production host: localhost username: root password:
Version data entries
9 entries across 9 versions & 1 rubygems