Sha256: d48ed6d1bdf8746efe5977795f3ae2e7a9a0d26041ee6e4cd7a74f61534ef8ce

Contents?: true

Size: 276 Bytes

Versions: 8

Compression:

Stored size: 276 Bytes

Contents

# Config file for the acts_as_cleo plugin.
development:
  url: "http://localhost:8080/cleo-primer/"
  run_async: true
  queue: "cleo"

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_cleo-2.3.0 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.2.1 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.2.0 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.1.2 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.1.1 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.1.0 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.0.1 lib/generators/acts_as_cleo/install/templates/cleo.yml
acts_as_cleo-2.0.0 lib/generators/acts_as_cleo/install/templates/cleo.yml