diff options
| author | Pranav Raj S <[email protected]> | 2020-08-09 19:57:21 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-09 10:27:21 -0400 |
| commit | 74a2921a458af32286de8719eb0a51aea4a439b1 (patch) | |
| tree | 9c0b6e29597131a56a3c229df6d0c8860f7a34f1 | |
| parent | e39d09bc2ac0e3ba34d2061717dd4d81fac2ee9c (diff) | |
| download | caprover-one-click-apps-74a2921a458af32286de8719eb0a51aea4a439b1.tar.gz caprover-one-click-apps-74a2921a458af32286de8719eb0a51aea4a439b1.zip | |
Fix broken deployments for Chatwoot (#240)
| -rw-r--r-- | public/v2/apps/chatwoot.json | 4 |
1 files 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 '[email protected]' 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 [email protected]" + "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 [email protected]" }, "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", |
