From 4e4c42bca9421ee833f1ff6627311b14f1741c8a Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 24 Nov 2021 09:08:49 +0100 Subject: [PATCH] fix debug addresses in example configurations --- glauth/config/example.json | 2 +- glauth/config/example.yml | 2 +- graph-explorer/config/example.json | 2 +- graph-explorer/config/example.yml | 2 +- thumbnails/config/example.json | 2 +- thumbnails/config/example.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/glauth/config/example.json b/glauth/config/example.json index 0b4dddff72..3685032dd3 100644 --- a/glauth/config/example.json +++ b/glauth/config/example.json @@ -1,6 +1,6 @@ { "debug": { - "addr": "0.0.0.0:9124", + "addr": "0.0.0.0:9129", "token": "", "pprof": false, "zpages": false diff --git a/glauth/config/example.yml b/glauth/config/example.yml index b722352669..0ca0053f26 100644 --- a/glauth/config/example.yml +++ b/glauth/config/example.yml @@ -1,6 +1,6 @@ --- debug: - addr: 0.0.0.0:9124 + addr: 0.0.0.0:9129 token: pprof: false zpages: false diff --git a/graph-explorer/config/example.json b/graph-explorer/config/example.json index 34739f95af..8ef2b3443e 100644 --- a/graph-explorer/config/example.json +++ b/graph-explorer/config/example.json @@ -1,6 +1,6 @@ { "debug": { - "addr": "0.0.0.0:9104", + "addr": "0.0.0.0:9136", "token": "", "pprof": false, "zpages": false diff --git a/graph-explorer/config/example.yml b/graph-explorer/config/example.yml index 3f5e3c942b..cf09175d94 100644 --- a/graph-explorer/config/example.yml +++ b/graph-explorer/config/example.yml @@ -1,6 +1,6 @@ --- debug: - addr: 0.0.0.0:9104 + addr: 0.0.0.0:9136 token: pprof: false zpages: false diff --git a/thumbnails/config/example.json b/thumbnails/config/example.json index baf3238f36..c2a6ebf922 100644 --- a/thumbnails/config/example.json +++ b/thumbnails/config/example.json @@ -1,6 +1,6 @@ { "debug": { - "addr": "0.0.0.0:9114", + "addr": "0.0.0.0:9189", "token": "", "pprof": false, "zpages": false diff --git a/thumbnails/config/example.yml b/thumbnails/config/example.yml index 33473539dd..7e1b1491a2 100644 --- a/thumbnails/config/example.yml +++ b/thumbnails/config/example.yml @@ -1,6 +1,6 @@ --- debug: - addr: 0.0.0.0:9114 + addr: 0.0.0.0:9189 token: pprof: false zpages: false