Sha256: 9b41786106c3b3ac54305d89dffb2e0c0d5d570f2cd53b098ab6ecfd5ebafd0c

Contents?: true

Size: 610 Bytes

Versions: 3

Compression:

Stored size: 610 Bytes

Contents

test:
  tags:     ON
  captcha:  ON
  sphinx:   OFF
  worker:   OFF

development:
  tags:     ON
  captcha:  ON
  sphinx:
    switch: OFF
    activate_if:
      gem: 'thinking_sphinx'
      adapter: 'mysql,postgresql'
    run_if:
      file: 'log/searchd.development.pid'
  worker:
    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'
  worker:
    switch:  ON
    activate_if:
      gem: 'delayed_job'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zena-0.16.3 config/bricks.yml
zena-0.16.2 config/bricks.yml
zena-0.16.1 config/bricks.yml