2014-12-02 01:36:20 +00:00
|
|
|
version: 0.1
|
2015-03-24 03:13:35 +00:00
|
|
|
log:
|
|
|
|
level: debug
|
2015-03-25 00:12:04 +00:00
|
|
|
fields:
|
|
|
|
service: registry
|
|
|
|
environment: development
|
2014-12-15 19:53:52 +00:00
|
|
|
storage:
|
2015-04-02 23:38:01 +00:00
|
|
|
cache:
|
|
|
|
layerinfo: inmemory
|
2014-12-15 19:53:52 +00:00
|
|
|
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-04-01 23:27:24 +00:00
|
|
|
redis:
|
|
|
|
addr: localhost:6379
|
|
|
|
pool:
|
|
|
|
maxidle: 16
|
|
|
|
maxactive: 64
|
|
|
|
idletimeout: 300s
|
|
|
|
dialtimeout: 10ms
|
|
|
|
readtimeout: 10ms
|
|
|
|
writetimeout: 10ms
|
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
|