Fix broken deployments for Chatwoot (#240)
This commit is contained in:
parent
e39d09bc2a
commit
74a2921a45
|
|
@ -78,14 +78,14 @@
|
||||||
},
|
},
|
||||||
"instructions": {
|
"instructions": {
|
||||||
"start": "Open-source customer support saas alternative to Intercom, Drift, Crisp.",
|
"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": [
|
"variables": [
|
||||||
{
|
{
|
||||||
"id": "$$cap_chatwoot_version",
|
"id": "$$cap_chatwoot_version",
|
||||||
"label": "Chatwoot Version Tag",
|
"label": "Chatwoot Version Tag",
|
||||||
"description": "https://hub.docker.com/r/chatwoot/chatwoot/tags",
|
"description": "https://hub.docker.com/r/chatwoot/chatwoot/tags",
|
||||||
"defaultValue": "v1.6.0"
|
"defaultValue": "v1.6.3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "$$cap_chatwoot_secret_key_base",
|
"id": "$$cap_chatwoot_secret_key_base",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue