Sha256: f74e1e7e83f516f6b3ff4bf843b4795e84ef2596167110fc8fbdfbd1e10fd73e
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 Bytes
Contents
development: adapter: mysql encoding: utf8 reconnect: false database: <%= app_name %>_dev pool: 5 username: root password: root host: localhost test: adapter: mysql encoding: utf8 reconnect: false database: <%= app_name %>_test pool: 5 username: root password: root host: localhost staging: adapter: mysql encoding: utf8 reconnect: false database: <%= app_name %>_staging pool: 5 username: <%= app_name %>_s password: host: localhost production: adapter: mysql encoding: utf8 reconnect: false database: <%= app_name %> pool: 5 username: <%= app_name %> password: host: localhost
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
da-suspenders-1.0.3 | template/files/mysql_database.yml.erb |
da-suspenders-1.0.2 | template/files/mysql_database.yml.erb |
da-suspenders-1.0.0 | template/files/mysql_database.yml.erb |