From fb494f2b7f86616201a8ec01e43b0c57e348d5cb Mon Sep 17 00:00:00 2001 From: anhthii Date: Tue, 9 Dec 2025 14:54:56 +0700 Subject: [PATCH] Disable healthcheck by default --- config.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.template b/config.yaml.template index f99bcc8..1f9ad81 100644 --- a/config.yaml.template +++ b/config.yaml.template @@ -23,7 +23,7 @@ max_concurrent_keygen: 2 max_concurrent_signing: 10 session_warm_up_delay_ms: 100 healthcheck: - enabled: true # disabled by default, set to true for cloud deployment + enabled: false # disabled by default, set to true for cloud deployment address: "0.0.0.0:8080"