2014-12-02 02:36:20 +01:00
|
|
|
version: 0.1
|
2015-03-24 04:13:35 +01:00
|
|
|
log:
|
|
|
|
level: debug
|
2015-03-25 01:12:04 +01:00
|
|
|
fields:
|
|
|
|
service: registry
|
|
|
|
environment: development
|
2014-12-15 20:53:52 +01:00
|
|
|
storage:
|
2015-04-03 01:38:01 +02:00
|
|
|
cache:
|
|
|
|
layerinfo: inmemory
|
2014-12-15 20:53:52 +01:00
|
|
|
filesystem:
|
|
|
|
rootdirectory: /tmp/registry-dev
|
2015-04-17 03:34:29 +02:00
|
|
|
maintenance:
|
|
|
|
uploadpurging:
|
|
|
|
enabled: false
|
2014-12-02 02:36:20 +01:00
|
|
|
http:
|
2014-12-11 02:59:13 +01:00
|
|
|
addr: :5000
|
2015-01-29 00:45:25 +01:00
|
|
|
secret: asecretforlocaldevelopment
|
|
|
|
debug:
|
|
|
|
addr: localhost:5001
|
2015-04-02 01:27:24 +02:00
|
|
|
redis:
|
|
|
|
addr: localhost:6379
|
|
|
|
pool:
|
|
|
|
maxidle: 16
|
|
|
|
maxactive: 64
|
|
|
|
idletimeout: 300s
|
|
|
|
dialtimeout: 10ms
|
|
|
|
readtimeout: 10ms
|
|
|
|
writetimeout: 10ms
|
2015-01-29 00:55:18 +01: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
|
2015-04-17 03:34:29 +02:00
|
|
|
|