Sha256: 56b363af6fc46e3ba8550feeb3e3770a96c639bcfbb2605bf784d1bbfbc210ab

Contents?: true

Size: 612 Bytes

Versions: 4

Compression:

Stored size: 612 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: OFF
    activate_if:
      gem: 'thinking_sphinx'
      adapter: 'mysql,postgresql'
    run_if:
      file: 'log/searchd.production.pid'
  worker:
    switch:  OFF
    activate_if:
      gem: 'delayed_job'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zena-0.16.9 config/bricks.yml
zena-0.16.8 config/bricks.yml
zena-0.16.7 config/bricks.yml
zena-0.16.6 config/bricks.yml