Skip to content

Commit

Permalink
test single quotes in secrets label
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekz committed Oct 18, 2023
1 parent 429db4c commit bc347cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ apps:

- name: kutt
displayName: Kutt
website: "https://github.com/thedevs-network/kutt"
website: https://github.com/thedevs-network/kutt
secretKeys:
- name: admin.emails
label: Comma seperated list of email addresses that can access admin actions on settings page
Expand All @@ -65,13 +65,13 @@ apps:
- name: mail-from
label: The email address Kutt will send emails from
- name: mail-host
label: The host of the external SMTP server that Kutt should use to send emails
label: The host of the `external SMTP` server that Kutt should use to send emails
- name: mail-password
label: The password to authenticate to the SMTP host when sending emails
- name: mail-port
label: The port used to connect to the SMTP host
- name: mail-secure
label: "true or false. If true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false"
label: "true or false. `If true` the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false"
- name: mail-username
label: The username to authenticate to the SMTP host when sending emails
imageUrl: "https://kutt.it/images/logo.svg"
Expand Down

0 comments on commit bc347cf

Please sign in to comment.