Sha256: 4378639dadce99179ecdf7fdd69a4003f05340dbc47beeb3a7ec0782422c6376

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

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

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

1 entries across 1 versions & 1 rubygems

Version Path
zena-0.16.5 config/bricks.yml