Sha256: 81514793553f462177fd5b1212a481fbbcc02a2b1d1204d48160f364d015f1ef
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
# Sample configuration file for PushmiPullyu. # Options here can still be overridden by cmd line args. # Pass this file at config/pushmi_pullyu.yml and PushmiPullyu will # pick it up automatically. Or pass this file into pushmi_pullyu on command line # via `pushmi_pullyu -C path/to/pushmi_pullyu.yml` # PushmiPullyu will run this file through ERB when reading it so you can # even put in dynamic logic, like consuming ENV Variables. debug: false logdir: log monitor: false piddir: tmp/pids workdir: tmp/work process_name: pushmi_pullyu queue_name: dev:pmpy_queue minimum_age: 0 rollbar_token: 'abc123xyz' redis: host: localhost port: 6379 solr: url: http://localhost:8983/solr/development fedora: url: http://localhost:8983/fedora/rest user: fedoraAdmin password: fedoraAdmin base_path: /dev swift: auth_version: v1.0 tenant: tester username: test:tester password: testing endpoint: http://localhost:8080 container: ERA
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pushmi_pullyu-0.2.2 | examples/pushmi_pullyu.yml |
pushmi_pullyu-0.2.1 | examples/pushmi_pullyu.yml |
pushmi_pullyu-0.2.0 | examples/pushmi_pullyu.yml |