From bb002d4e2123836eaabf3cb0d29616a04c393aa6 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 16 Mar 2019 16:01:15 -0700 Subject: [PATCH] Changed Ghost to be easier to deploy at first while keeping the options open to adjust later --- public/v1/apps/ghost.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v1/apps/ghost.json b/public/v1/apps/ghost.json index 8198a08..2fc7d9a 100644 --- a/public/v1/apps/ghost.json +++ b/public/v1/apps/ghost.json @@ -98,14 +98,14 @@ "validRegex":"/^(?=.*\\d).{10,}$/" }, { - "defaultValue":"example.com/blog", + "defaultValue":"blog.example.com", "description":"Enter the URL that is used to access your publication", "id":"$$cap_ghost_host", "label":"Ghost Host", "validRegex":"/^([^\\s^\\/])+$/" }, { - "defaultValue":"https", + "defaultValue":"http", "description":"Protocol that you will be using", "id":"$$cap_ghost_protocol", "label":"Ghost Protocol",