Sha256: 6692338f8d8d2187d46678a215f9b2d0431c12f2a30ca0ccf6574e8867d5ab29

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

test:
  adapter:      <%= ENV['DATABASE'] || 'mysql2' %>
  database:     thinking_sphinx
  username:     <%= ENV['DATABASE'] == 'postgresql' ? 'postgres' : 'root' %>
<% if ENV["DATABASE_PASSWORD"] %>
  password:     <%= ENV["DATABASE_PASSWORD"] %>
<% end %>
<% if ENV["DATABASE_PORT"] %>
  host:         127.0.0.1
  port:         <%= ENV["DATABASE_PORT"] %>
<% elsif 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

3 entries across 3 versions & 1 rubygems

Version Path
thinking-sphinx-5.6.0 spec/internal/config/database.yml
thinking-sphinx-5.5.1 spec/internal/config/database.yml
thinking-sphinx-5.5.0 spec/internal/config/database.yml