Sha256: 3cb6d98fb6aedbcfe9834f6b3e2d9e5ca153e70bcbee9f9690c2421893581417

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 Bytes

Contents

test:
  tags:     ON
  captcha:  ON
  sphinx:   OFF
  delayed_job: OFF

development:
  tags:     ON
  captcha:  ON
  sphinx:
    switch: OFF
    activate_if:
      gem: 'thinking_sphinx'
      adapter: 'mysql,postgresql'
    run_if:
      file: 'log/searchd.development.pid'
  delayed_job:
    switch:  OFF
    activate_if:
      gem: 'delayed_job'

production:
  tags:     ON
  captcha:  ON
  sphinx:
    switch: ON
    activate_if:
      gem: 'thinking_sphinx'
      adapter: 'mysql,postgresql'
    run_if:
      file: 'log/searchd.production.pid'
  delayed_job:
    switch:  ON
    activate_if:
      gem: 'delayed_job'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zena-0.16.0 config/bricks.yml