enable pprof by default

This commit is contained in:
iceBear67
2026-07-05 18:24:08 +08:00
parent 860e144d3c
commit 10d377fb26

View File

@@ -6,6 +6,10 @@ workspace-parent: "/data/workspace"
global-share-dir: "/data/share"
auth-server: "http://localhost:2334/"
pprof:
enabled: true
address: "0.0.0.0:8080"
manager:
address: "0.0.0.0:7684"