mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-11 19:08:08 -04:00
fix debug addresses in example configurations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:9124",
|
||||
"addr": "0.0.0.0:9129",
|
||||
"token": "",
|
||||
"pprof": false,
|
||||
"zpages": false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
debug:
|
||||
addr: 0.0.0.0:9124
|
||||
addr: 0.0.0.0:9129
|
||||
token:
|
||||
pprof: false
|
||||
zpages: false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:9104",
|
||||
"addr": "0.0.0.0:9136",
|
||||
"token": "",
|
||||
"pprof": false,
|
||||
"zpages": false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
debug:
|
||||
addr: 0.0.0.0:9104
|
||||
addr: 0.0.0.0:9136
|
||||
token:
|
||||
pprof: false
|
||||
zpages: false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:9114",
|
||||
"addr": "0.0.0.0:9189",
|
||||
"token": "",
|
||||
"pprof": false,
|
||||
"zpages": false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
debug:
|
||||
addr: 0.0.0.0:9114
|
||||
addr: 0.0.0.0:9189
|
||||
token:
|
||||
pprof: false
|
||||
zpages: false
|
||||
|
||||
Reference in New Issue
Block a user