Fix missing example config generation. (fc104d02a4)
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
fc104d02a4
commit
257168946e
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue