Sha256: 9f7711dd0d6ad6b6186d3ed7856d9827e40dae1fd3378c3c72d230527566de5e
Contents?: true
Size: 637 Bytes
Versions: 4
Compression:
Stored size: 637 Bytes
Contents
development: adapter: mysql2 encoding: utf8 collation: utf8_general_ci database: <%= ENV['MYSQL_DB'] || 'testapp_mysql2_development' %> username: <%= ENV['MYSQL_USER'] || 'root' %> password: <%= ENV['MYSQL_PASSWORD'] || '' %> <%= ENV['MYSQL_HOST'] ? 'host: ' + ENV['MYSQL_HOST'] : 'socket: /tmp/mysql.sock' %> test: adapter: mysql2 encoding: utf8 collation: utf8_general_ci database: <%= ENV['MYSQL_DB'] || 'testapp_mysql2_test' %> username: <%= ENV['MYSQL_USER'] || 'root' %> password: <%= ENV['MYSQL_PASSWORD'] || '' %> <%= ENV['MYSQL_HOST'] ? 'host: ' + ENV['MYSQL_HOST'] : 'socket: /tmp/mysql.sock' %>
Version data entries
4 entries across 4 versions & 1 rubygems