Update invalid option in environment (#247)

This commit is contained in:
Pranav Raj S 2020-08-25 17:32:50 +05:30 committed by GitHub
parent 136be3cd6f
commit 6a3b5d6ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ services:
$$cap_appname-web: $$cap_appname-web:
restart: always restart: always
environment: environment:
RAIL_ENV: production RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 'true' RAILS_LOG_TO_STDOUT: 'true'
SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base
POSTGRES_HOST: srv-captain--$$cap_appname-postgres POSTGRES_HOST: srv-captain--$$cap_appname-postgres
@ -45,7 +45,7 @@ services:
$$cap_appname-worker: $$cap_appname-worker:
restart: always restart: always
environment: environment:
RAIL_ENV: production RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 'true' RAILS_LOG_TO_STDOUT: 'true'
SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base
POSTGRES_HOST: srv-captain--$$cap_appname-postgres POSTGRES_HOST: srv-captain--$$cap_appname-postgres
@ -66,7 +66,7 @@ caproverOneClickApp:
- 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.3 defaultValue: v1.7.2
- id: $$cap_chatwoot_secret_key_base - id: $$cap_chatwoot_secret_key_base
label: 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 description: The randomized string which is used to verify the integrity of signed cookies. Please use a string with more than 26 characters