diff options
| author | Minkbear <[email protected]> | 2023-05-13 07:41:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-12 17:41:53 -0700 |
| commit | 11467d97766a8ce14f54b1919c1889065cebc1c1 (patch) | |
| tree | 0ed279dca456e643724f3a832a586371759dca6f | |
| parent | 3897c52278907bb472122142627b6e8647873269 (diff) | |
| download | caprover-one-click-apps-11467d97766a8ce14f54b1919c1889065cebc1c1.tar.gz caprover-one-click-apps-11467d97766a8ce14f54b1919c1889065cebc1c1.zip | |
feat(chatwoot): Update default version to v2.16.0 and environment FRONTEND_URL to get rid of error (#927)
| -rw-r--r-- | public/v4/apps/chatwoot.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/v4/apps/chatwoot.yml b/public/v4/apps/chatwoot.yml index 5666a09..cc3d2fb 100644 --- a/public/v4/apps/chatwoot.yml +++ b/public/v4/apps/chatwoot.yml @@ -48,6 +48,7 @@ services: environment: RAILS_ENV: production RAILS_LOG_TO_STDOUT: 'true' + FRONTEND_URL: http://$$cap_appname.$$cap_root_domain SECRET_KEY_BASE: $$cap_chatwoot_secret_key_base POSTGRES_HOST: srv-captain--$$cap_appname-postgres POSTGRES_DATABASE: chatwoot @@ -68,7 +69,7 @@ caproverOneClickApp: - id: $$cap_chatwoot_version label: Chatwoot Version Tag description: Choose the latest version from https://hub.docker.com/r/chatwoot/chatwoot/tags - defaultValue: v2.7.0 + defaultValue: v2.16.0 - 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 |
