Sha256: 6ae14d2334ac37774aba502fc57560a37d4226f7eddcad58c935cda62d78a359
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 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. aip_version: 'lightaip-2.0' debug: false logdir: log monitor: false piddir: tmp/pids workdir: tmp/work process_name: pushmi_pullyu queue_name: dev:pmpy_queue minimum_age: 0 redis: url: redis://localhost:6379 fedora: url: http://localhost:8080/fcrepo/rest user: fedoraAdmin password: fedoraAdmin base_path: /dev database: url: postgresql://jupiter:mysecretpassword@127.0.0.1/jupiter_development #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 rollbar: token: 'abc123xyz' proxy_host: 'your_proxy_host_url' proxy_port: '80'
Version data entries
4 entries across 4 versions & 1 rubygems