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