diff options
| author | Joe Innes <[email protected]> | 2022-08-07 17:13:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-07 08:13:39 -0700 |
| commit | 3f13ac3255b9c5b83b1a498c665ca95e3b4de922 (patch) | |
| tree | 3dc20d2d36cddb24127e3af77b255005beeab828 /public/v4/apps/ghost.yml | |
| parent | 913d6835d4cd1b0cfa0a8b465265f1e048c58038 (diff) | |
| download | caprover-one-click-apps-3f13ac3255b9c5b83b1a498c665ca95e3b4de922.tar.gz caprover-one-click-apps-3f13ac3255b9c5b83b1a498c665ca95e3b4de922.zip | |
Fix typo (#694)
STMP -> SMTP
Diffstat (limited to 'public/v4/apps/ghost.yml')
| -rw-r--r-- | public/v4/apps/ghost.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/v4/apps/ghost.yml b/public/v4/apps/ghost.yml index 8987b5e..969abf9 100644 --- a/public/v4/apps/ghost.yml +++ b/public/v4/apps/ghost.yml @@ -94,27 +94,27 @@ caproverOneClickApp: id: $$cap_ghost_blog_title label: Ghost Blog Title - defaultValue: smtp.gmail.com - description: The STMP host you will be using + description: The SMTP host you will be using id: $$cap_ghost_smtp_host - label: STMP host + label: SMTP host - defaultValue: '587' - description: The STMP port you will be using + description: The SMTP port you will be using id: $$cap_ghost_smtp_port - label: STMP port + label: SMTP port - defaultValue: [email protected] description: Your user on the SMTP service id: $$cap_ghost_smtp_user - label: STMP user + label: SMTP user - description: Your password on the SMTP service id: $$cap_ghost_smtp_password - label: STMP password + label: SMTP password - description: The SMTP protocol to use. Allowed values tls, ssl. No default. id: $$cap_ghost_smtp_protocol - label: '[OPTIONAL] STMP protocol' + label: '[OPTIONAL] SMTP protocol' - defaultValue: [email protected] - description: STMP from address + description: SMTP from address id: $$cap_ghost_smtp_from - label: STMP from address + label: SMTP from address instructions: end: > Ghost is deployed and available as $$cap_appname. |
