Sha256: f2758873f65802df26bd12ae37e2afad0cd0bed216aa08adf17e774cab71d8bc
Contents?: true
Size: 593 Bytes
Versions: 12
Compression:
Stored size: 593 Bytes
Contents
development: &development adapter: mysql2 host: localhost username: root password: database: <%= Rails.application.engine_name.gsub(/_application/,'').downcase %>_development test: &test adapter: mysql2 host: localhost username: root password: database: <%= Rails.application.engine_name.gsub(/_application/,'').downcase %>_test production: &production adapter: mysql2 host: localhost database: <%= Rails.application.engine_name.gsub(/_application/,'').downcase %>_production username: your_production_database_login password: your_production_database_password
Version data entries
12 entries across 12 versions & 2 rubygems