From 74a2921a458af32286de8719eb0a51aea4a439b1 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sun, 9 Aug 2020 19:57:21 +0530 Subject: [PATCH] Fix broken deployments for Chatwoot (#240) --- public/v2/apps/chatwoot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v2/apps/chatwoot.json b/public/v2/apps/chatwoot.json index 31b7412..4484de0 100644 --- a/public/v2/apps/chatwoot.json +++ b/public/v2/apps/chatwoot.json @@ -78,14 +78,14 @@ }, "instructions": { "start": "Open-source customer support saas alternative to Intercom, Drift, Crisp.", - "end": "Your Chatwoot instance is now successfully deployed. You can login using test credentials 'john@acme.inc' and '123456' \n\n Refer https://www.chatwoot.com/docs/environment-variables/ for full list of environment variables available. Let us know if you have any queries through hello@chatwoot.com" + "end": "Your Chatwoot instance is now successfully deployed. You can create a new account using signup option. \n\n Refer https://www.chatwoot.com/docs/environment-variables/ for full list of environment variables available. Let us know if you have any queries through hello@chatwoot.com" }, "variables": [ { "id": "$$cap_chatwoot_version", "label": "Chatwoot Version Tag", "description": "https://hub.docker.com/r/chatwoot/chatwoot/tags", - "defaultValue": "v1.6.0" + "defaultValue": "v1.6.3" }, { "id": "$$cap_chatwoot_secret_key_base",