Sha256: 170c7fb18773964891810c37711853196227077f38c5c070450db224a582e25e
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
mysql: &mysql adapter: <%= if defined?(JRuby) 'jdbcmysql' else 'mysql2' end %> socket: <%= (`uname -s` =~ /Linux/ ) ? "" :"/tmp/mysql.sock" %> username: root host: localhost database: <%= db = "#{ENV['DATABASE_NAME']}"; db.empty? ? "rails_blog" : db %> development: <<: *mysql test: <<: *mysql production: <<: *mysql
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-4.1.0.333 | test/multiverse/suites/active_record/config/database.yml |
newrelic_rpm-4.0.0.332 | test/multiverse/suites/active_record/config/database.yml |