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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
HOST: https://$$cap_appname-web.$$cap_root_domain
|
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_ENV: production
|
||||||
RAILS_LOG_TO_STDOUT: 'true'
|
RAILS_LOG_TO_STDOUT: 'true'
|
||||||
RAILS_SERVE_STATIC_FILES: 'true'
|
RAILS_SERVE_STATIC_FILES: 'true'
|
||||||
|
|
@ -55,7 +55,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
HOST: https://$$cap_appname.$$cap_root_domain
|
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_ENV: production
|
||||||
RAILS_LOG_TO_STDOUT: 'true'
|
RAILS_LOG_TO_STDOUT: 'true'
|
||||||
SECRET_KEY_BASE: $$cap_chaskiq_secret_key_base
|
SECRET_KEY_BASE: $$cap_chaskiq_secret_key_base
|
||||||
|
|
@ -83,7 +83,7 @@ caproverOneClickApp:
|
||||||
- id: $$cap_chaskiq_version
|
- id: $$cap_chaskiq_version
|
||||||
label: Chaskiq Version Tag
|
label: Chaskiq Version Tag
|
||||||
description: You can use latest tag or check version builds on https://hub.docker.com/r/chaskiq/chaskiq/tags
|
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'
|
- defaultValue: 'admin@example.com'
|
||||||
description: This is the admin email. Please change it.
|
description: This is the admin email. Please change it.
|
||||||
id: $$cap_ADMIN_USER_EMAIL
|
id: $$cap_ADMIN_USER_EMAIL
|
||||||
|
|
@ -138,10 +138,12 @@ caproverOneClickApp:
|
||||||
label: Bugsnag API key
|
label: Bugsnag API key
|
||||||
description: Bugsnag API key for error reporting (optional)
|
description: Bugsnag API key for error reporting (optional)
|
||||||
- id: $$cap_chaskiq_geocoder_service
|
- id: $$cap_chaskiq_geocoder_service
|
||||||
|
defaultValue: maxmind_local
|
||||||
label: Geocoder service name, like (maxmind, ip_info, baidu, yandex)
|
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
|
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
|
- id: $$cap_chaskiq_geocoder_api_key
|
||||||
label: Geocoder API key
|
label: Geocoder API key
|
||||||
|
description: leave this empty if maxmind_local service is set
|
||||||
|
|
||||||
instructions:
|
instructions:
|
||||||
start: A full featured Live Chat, Support & Marketing platform https://chaskiq.io
|
start: A full featured Live Chat, Support & Marketing platform https://chaskiq.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue