Sha256: def57790cfd8265cc104c965900c8c1353863e7c9efa2914180b99586d91b3fd

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

test:
  # Integration testing does not use 'port' settings so we must use 80...
  asset_port:  80
  tags:        ON
  captcha:     ON
  acls:        ON
  static:      OFF
  sphinx:      OFF
  worker:      OFF
  uv:          OFF

development:
  asset_port: 7999
  mongrel:   ON
  passenger: OFF
  uv:
    switch:  ON
    activate_if:
      gem: 'uv'
  pdf:
    switch: ON
    engine: prince

  math:
    switch: ON
    live:   ON

  tags:     ON
  captcha:  ON
  acls:     ON
  static:   OFF
  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:
  # Port used only to provide assets during custom rendering (pdf).
  # We need this to avoid deadlocks.
  asset_port: 7999
  mongrel:   ON
  passenger: OFF
  uv:
    switch:  ON
    activate_if:
      gem: 'uv'
  pdf:
    switch: ON
    engine: prince
  math:
    switch: ON
    live:   ON
  tags:     ON
  captcha:  ON
  acls:     ON
  static:   OFF
  single:   OFF
  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-1.1.3 config/bricks.yml
zena-1.1.2 config/bricks.yml
zena-1.1.1 config/bricks.yml
zena-1.1.0 config/bricks.yml