From 257168946e62b2f5f9d7b5863e1ec2fa05d44eb4 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 13 Jan 2026 06:50:05 +0000 Subject: [PATCH] Fix missing example config generation. (fc104d02a47) Signed-off-by: Jason Volk --- tuwunel-example.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tuwunel-example.toml b/tuwunel-example.toml index 9bd84b6e..b57acf56 100644 --- a/tuwunel-example.toml +++ b/tuwunel-example.toml @@ -2140,6 +2140,15 @@ # #client_secret = +# Secret key to use that's read from the file path specified. +# +# This takes priority over "client_secret" first, and falls back to +# "client_secret" if invalid or failed to open. +# +# example: "/etc/tuwunel/.client_secret" +# +#client_secret_file = + # The callback URL configured when registering the OAuth application with # the provider. Tuwunel's callback URL must be strictly formatted exactly # as instructed. The URL host must point directly at the matrix server and