From cde26714aad4c34f9fb955bb59fa3ff52c6accb3 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 28 Jan 2026 23:00:41 +0800 Subject: [PATCH] chore: Update stunnel pid file path to /tmp and disable output logging. --- deploy/gcp/cloud-run/stunnel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/gcp/cloud-run/stunnel.conf b/deploy/gcp/cloud-run/stunnel.conf index 2e4eb0b..607398c 100644 --- a/deploy/gcp/cloud-run/stunnel.conf +++ b/deploy/gcp/cloud-run/stunnel.conf @@ -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]