Skip to content

Commit

Permalink
blank
Browse files Browse the repository at this point in the history
  • Loading branch information
codethulu committed May 26, 2024
1 parent 0010a60 commit 13b2d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ options:
type: string
description: "External hostname this discourse instance responds to. Defaults to application name."
default: ""
force_https:
type: boolean
description: "Force https for smtp connections."
default: true
force_saml_login:
type: boolean
description: "Force SAML login (full screen, no local database logins)."
Expand All @@ -41,10 +45,6 @@ options:
type: string
description: "Enable TLS encryption for smtp connections."
default: "true"
smtp_force_https:
type: boolean
description: "Force https for smtp connections."
default: true
smtp_force_tls:
type: string
description: "Force implicit TLS as per RFC 8314 3.3."
Expand Down

0 comments on commit 13b2d2b

Please sign in to comment.