Sha256: 84060f06f420f6dc1a51c2f2b5122794bc086f0fa31dcc86b4247c830060667a
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
test: adapter: <%= ENV['DATABASE'] || 'mysql2' %> database: thinking_sphinx username: <%= ENV['DATABASE'] == 'postgresql' ? 'postgres' : 'root' %> <% if ENV["CI"] %> password: thinking_sphinx host: 127.0.0.1 port: <%= ENV['DATABASE'] == 'postgresql' ? 5432 : 3306 %> <% end %> min_messages: warning encoding: utf8
Version data entries
5 entries across 5 versions & 1 rubygems