Sha256: 50855f01aa0414811e1d2b7b54feae5d0b3dd496df10d8cf477afb82f7e6bb22

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

# Config file for the acts_as_cleo plugin.
development:
  url: "http://localhost:3030/cleo-primer/"

test:
  url: "http://localhost:3030/cleo-primer/"

production:
  url: "http://localhost:3030/cleo-primer/"
  run_async: true
  queue: "cleo"

async_test:
  url: "http://localhost:3030/cleo-primer/"
  run_async: true
  queue: "cleo"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_cleo-3.0.2 test/config/cleo.yml
acts_as_cleo-3.0.1 test/config/cleo.yml
acts_as_cleo-3.0.0 test/config/cleo.yml