summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v2/apps/ghost.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/public/v2/apps/ghost.json b/public/v2/apps/ghost.json
index 135cb0f..c4f6c00 100644
--- a/public/v2/apps/ghost.json
+++ b/public/v2/apps/ghost.json
@@ -13,7 +13,7 @@
"GHOST_HOST":"$$cap_ghost_host",
"GHOST_PASSWORD":"$$cap_ghost_password",
"GHOST_PROTOCOL":"$$cap_ghost_protocol",
- "GHOST_PORT_NUMBER": "80",
+ "GHOST_PORT_NUMBER": "$$cap_ghost_port",
"MARIADB_HOST":"srv-captain--$$cap_appname-db",
"MARIADB_PORT_NUMBER":"3306",
"SMTP_FROM_ADDRESS":"$$cap_ghost_smtp_from",
@@ -113,6 +113,12 @@
"validRegex":"/^([^\\s^\\/])+$/"
},
{
+ "defaultValue":"80",
+ "description":"Port that you will be using",
+ "id":"$$cap_ghost_port",
+ "label":"Ghost Port"
+ },
+ {
"defaultValue":"GMail",
"description":"Ghost uses node mailer, check this docs https://docs.ghost.org/concepts/config/#mail",
"id":"$$cap_ghost_smtp_service",
@@ -148,4 +154,4 @@
"label":"STMP from address"
}
]
-} \ No newline at end of file
+}