Sha256: 6399c3750a6de6998915e984dfe80252b85564c3dca40ade7a3d4c9d6434edae
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
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: url: redis://localhost:6379 solr: url: http://localhost:8983/solr/development fedora: url: http://localhost:8983/fedora/rest user: fedoraAdmin password: fedoraAdmin base_path: /dev #parameters project_name and project_domain_name are required only for keystone v3 authentication swift: tenant: tester username: test:tester password: testing auth_url: http://localhost:8080/auth/v1.0 project_name: demo project_domain_name: default container: ERA
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pushmi_pullyu-0.2.6 | examples/pushmi_pullyu.yml |
pushmi_pullyu-0.2.5 | examples/pushmi_pullyu.yml |
pushmi_pullyu-0.2.4 | examples/pushmi_pullyu.yml |