chore: Update stunnel pid file path to /tmp and disable output logging.

This commit is contained in:
Haitao Pan 2026-01-28 23:00:41 +08:00
parent 622148f739
commit cde26714aa

View File

@ -1,6 +1,6 @@
; Stunnel configuration for Cloud Run (client mode)
pid = /var/run/stunnel/stunnel-account-db-client.pid
output = /var/run/stunnel/stunnel-account-db-client.log
pid = /tmp/stunnel.pid
# output = /dev/stdout
foreground = yes
[postgres-client]