Sha256: 01fe107380796798e805255555c2c88d3d006f26b17171b40d62179678255bd9
Contents?: true
Size: 650 Bytes
Versions: 5
Compression:
Stored size: 650 Bytes
Contents
development: adapter: mysql2 encoding: utf8 reconnect: false database: <%= app_name %>_dev pool: 5 username: root password: root host: localhost test: adapter: mysql2 encoding: utf8 reconnect: false database: <%= app_name %>_test pool: 5 username: root password: root host: localhost staging: adapter: mysql2 encoding: utf8 reconnect: false database: <%= app_name %>_staging pool: 5 username: <%= app_name %>_s password: host: localhost production: adapter: mysql2 encoding: utf8 reconnect: false database: <%= app_name %> pool: 5 username: <%= app_name %> password: host: localhost
Version data entries
5 entries across 5 versions & 1 rubygems