Sha256: b515270f45e49009c9012f5e305ddf72c8ee02fc8380a3f624c64f5b5986a291

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

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


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

  spreadsheet:
    switch:  ON
    activate_if:
      gem: 'simple_xlsx'

  tags:     ON
  captcha:  ON
  grid:     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'
  spreadsheet:
    switch:  ON
    activate_if:
      gem: 'simple_xlsx'
  pdf:
    switch: ON
    engine: prince
  math:
    switch: ON
    live:   ON
  tags:     ON
  captcha:  ON
  grid:     ON
  acls:     ON
  static:   OFF
  single:   OFF
  sphinx:
    switch: OFF
    activate_if:
      gem: 'thinking_sphinx'
      adapter: 'mysql,postgresql'
    run_if:
      file: 'log/searchd.pid'
  worker:
    switch:  OFF
    activate_if:
      gem: 'delayed_job'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zena-1.2.1 config/bricks.yml
zena-1.2.0 config/bricks.yml