Chaskiq upgrade (#342)
* add chaskiq one click * version tag * prettier on chaskiq.yml * formatted
This commit is contained in:
parent
5041131cd5
commit
b57f7faee5
|
|
@ -26,7 +26,7 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
HOST: https://$$cap_appname-web.$$cap_root_domain
|
||||
WS: wss://$$cap_appname-web.$$cap_root_domain
|
||||
WS: wss://$$cap_appname-web.$$cap_root_domain/cable
|
||||
RAILS_ENV: production
|
||||
RAILS_LOG_TO_STDOUT: 'true'
|
||||
RAILS_SERVE_STATIC_FILES: 'true'
|
||||
|
|
@ -55,7 +55,7 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
HOST: https://$$cap_appname.$$cap_root_domain
|
||||
WS: wss://$$cap_appname.$$cap_root_domain
|
||||
WS: wss://$$cap_appname.$$cap_root_domain/cable
|
||||
RAILS_ENV: production
|
||||
RAILS_LOG_TO_STDOUT: 'true'
|
||||
SECRET_KEY_BASE: $$cap_chaskiq_secret_key_base
|
||||
|
|
@ -83,7 +83,7 @@ caproverOneClickApp:
|
|||
- id: $$cap_chaskiq_version
|
||||
label: Chaskiq Version Tag
|
||||
description: You can use latest tag or check version builds on https://hub.docker.com/r/chaskiq/chaskiq/tags
|
||||
defaultValue: 6aa9208
|
||||
defaultValue: cb99782
|
||||
- defaultValue: 'admin@example.com'
|
||||
description: This is the admin email. Please change it.
|
||||
id: $$cap_ADMIN_USER_EMAIL
|
||||
|
|
@ -138,10 +138,12 @@ caproverOneClickApp:
|
|||
label: Bugsnag API key
|
||||
description: Bugsnag API key for error reporting (optional)
|
||||
- id: $$cap_chaskiq_geocoder_service
|
||||
defaultValue: maxmind_local
|
||||
label: Geocoder service name, like (maxmind, ip_info, baidu, yandex)
|
||||
description: The complete list of services can be found at https://github.com/alexreisner/geocoder/tree/master/lib/geocoder/lookups
|
||||
- id: $$cap_chaskiq_geocoder_api_key
|
||||
label: Geocoder API key
|
||||
description: leave this empty if maxmind_local service is set
|
||||
|
||||
instructions:
|
||||
start: A full featured Live Chat, Support & Marketing platform https://chaskiq.io
|
||||
|
|
|
|||
Loading…
Reference in New Issue