Skip to content

Commit fb494f2

Browse files
committed
Disable healthcheck by default
1 parent b8842a4 commit fb494f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ max_concurrent_keygen: 2
2323
max_concurrent_signing: 10
2424
session_warm_up_delay_ms: 100
2525
healthcheck:
26-
enabled: true # disabled by default, set to true for cloud deployment
26+
enabled: false # disabled by default, set to true for cloud deployment
2727
address: "0.0.0.0:8080"
2828

2929

0 commit comments

Comments
 (0)