diff options
| author | Kasra Bigdeli <[email protected]> | 2019-03-16 16:01:15 -0700 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-03-16 16:01:15 -0700 |
| commit | bb002d4e2123836eaabf3cb0d29616a04c393aa6 (patch) | |
| tree | 8e52343bd79193c656ffe32811941dea9055c1ba | |
| parent | 0043d6d46f92aad126f4c1552fb5e67b6b072ebb (diff) | |
| download | caprover-one-click-apps-bb002d4e2123836eaabf3cb0d29616a04c393aa6.tar.gz caprover-one-click-apps-bb002d4e2123836eaabf3cb0d29616a04c393aa6.zip | |
Changed Ghost to be easier to deploy at first
while keeping the options open to adjust later
| -rw-r--r-- | public/v1/apps/ghost.json | 4 |
1 files 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", |
