chore: Update stunnel pid file path to /tmp and disable output logging.
This commit is contained in:
parent
622148f739
commit
cde26714aa
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user