summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPranav Raj S <[email protected]>2020-08-25 17:32:50 +0530
committerGitHub <[email protected]>2020-08-25 08:02:50 -0400
commit6a3b5d6ef2cc63b1855b02a9ec87819bbbf5e250 (patch)
tree9bdf126c02edf972c025278952ef1b56036f20ec
parent136be3cd6f41d0cd08887c7c93abca7081df6509 (diff)
downloadcaprover-one-click-apps-6a3b5d6ef2cc63b1855b02a9ec87819bbbf5e250.tar.gz
caprover-one-click-apps-6a3b5d6ef2cc63b1855b02a9ec87819bbbf5e250.zip
Update invalid option in environment (#247)
-rw-r--r--public/v4/apps/chatwoot.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v4/apps/chatwoot.yml b/public/v4/apps/chatwoot.yml
index 6e92354..f5a07fc 100644
--- a/public/v4/apps/chatwoot.yml
+++ b/public/v4/apps/chatwoot.yml
@@ -25,7 +25,7 @@ services:
$$cap_appname-web:
restart: always
environment:
- RAIL_ENV: production
+ RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 'true'
SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base
POSTGRES_HOST: srv-captain--$$cap_appname-postgres
@@ -45,7 +45,7 @@ services:
$$cap_appname-worker:
restart: always
environment:
- RAIL_ENV: production
+ RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 'true'
SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base
POSTGRES_HOST: srv-captain--$$cap_appname-postgres
@@ -66,7 +66,7 @@ caproverOneClickApp:
- id: $$cap_chatwoot_version
label: Chatwoot Version Tag
description: https://hub.docker.com/r/chatwoot/chatwoot/tags
- defaultValue: v1.6.3
+ defaultValue: v1.7.2
- id: $$cap_chatwoot_secret_key_base
label: Chatwoot Secret Key Base
description: The randomized string which is used to verify the integrity of signed cookies. Please use a string with more than 26 characters