chore: Configure API channel name and thumbnail (#2398)

This commit is contained in:
Pranav Raj S
2021-06-08 00:22:36 +05:30
committed by GitHub
parent 9e56565a30
commit 1ebab21cfa
7 changed files with 37 additions and 14 deletions

View File

@@ -21,7 +21,9 @@ class DashboardController < ActionController::Base
'PRIVACY_URL',
'DISPLAY_MANIFEST',
'CREATE_NEW_ACCOUNT_FROM_DASHBOARD',
'CHATWOOT_INBOX_TOKEN'
'CHATWOOT_INBOX_TOKEN',
'API_CHANNEL_NAME',
'API_CHANNEL_THUMBNAIL'
).merge(
APP_VERSION: Chatwoot.config[:version]
)