2014-12-02 01:36:20 +00:00
|
|
|
version: 0.1
|
|
|
|
loglevel: debug
|
2014-12-15 19:53:52 +00:00
|
|
|
storage:
|
|
|
|
filesystem:
|
|
|
|
rootdirectory: /tmp/registry-dev
|
2014-12-02 01:36:20 +00:00
|
|
|
http:
|
2014-12-11 01:59:13 +00:00
|
|
|
addr: :5000
|
2015-01-28 23:45:25 +00:00
|
|
|
secret: asecretforlocaldevelopment
|
|
|
|
debug:
|
|
|
|
addr: localhost:5001
|
2015-01-28 23:55:18 +00:00
|
|
|
notifications:
|
|
|
|
endpoints:
|
|
|
|
- name: local-8082
|
|
|
|
url: http://localhost:5003/callback
|
|
|
|
headers:
|
|
|
|
Authorization: [Bearer <an example token>]
|
|
|
|
timeout: 1s
|
|
|
|
threshold: 10
|
|
|
|
backoff: 1s
|
|
|
|
disabled: true
|
|
|
|
- name: local-8083
|
|
|
|
url: http://localhost:8083/callback
|
|
|
|
timeout: 1s
|
|
|
|
threshold: 10
|
|
|
|
backoff: 1s
|
|
|
|
disabled: true
|