Change confusing enpoint name

Since the actual port is 5003, it would make sense to name it local-5003 instead of local-8082

Signed-off-by: Florentin Raud <florentin.raud@gmail.com>
This commit is contained in:
Florentin Raud 2015-07-20 15:25:39 +01:00
parent 5e9d0702a1
commit 3f33d20b2a
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ redis:
writetimeout: 10ms writetimeout: 10ms
notifications: notifications:
endpoints: endpoints:
- name: local-8082 - name: local-5003
url: http://localhost:5003/callback url: http://localhost:5003/callback
headers: headers:
Authorization: [Bearer <an example token>] Authorization: [Bearer <an example token>]

View File

@ -46,7 +46,7 @@ incantantation:
``` ```
$ $GOPATH/bin/registry $GOPATH/src/github.com/docker/distribution/cmd/registry/config.yml $ $GOPATH/bin/registry $GOPATH/src/github.com/docker/distribution/cmd/registry/config.yml
INFO[0000] endpoint local-8082 disabled, skipping app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown INFO[0000] endpoint local-5003 disabled, skipping app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown
INFO[0000] endpoint local-8083 disabled, skipping app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown INFO[0000] endpoint local-8083 disabled, skipping app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown
INFO[0000] listening on :5000 app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown INFO[0000] listening on :5000 app.id=34bbec38-a91a-494a-9a3f-b72f9010081f version=v2.0.0-alpha.1+unknown
INFO[0000] debug server listening localhost:5001 INFO[0000] debug server listening localhost:5001

View File

@ -243,7 +243,7 @@ several failures and have since recovered:
"notifications":{ "notifications":{
"endpoints":[ "endpoints":[
{ {
"name":"local-8082", "name":"local-5003",
"url":"http://localhost:5003/callback", "url":"http://localhost:5003/callback",
"Headers":{ "Headers":{
"Authorization":[ "Authorization":[