feat: include installation method in data to cw hub (#2831)
This commit is contained in:
@@ -14,7 +14,8 @@ class ChatwootHub
|
||||
{
|
||||
installation_identifier: installation_identifier,
|
||||
installation_version: Chatwoot.config[:version],
|
||||
installation_host: URI.parse(ENV.fetch('FRONTEND_URL', '')).host
|
||||
installation_host: URI.parse(ENV.fetch('FRONTEND_URL', '')).host,
|
||||
installation_env: ENV.fetch('INSTALLATION_ENV', '')
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user