mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: rename live chat tester to console
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
export const DEFAULT_CONFIG = {
|
||||
apiUrl: process.env.REACT_APP_WIDGET_API_URL || 'http://localhost:4000',
|
||||
channel: process.env.REACT_APP_WIDGET_CHANNEL || 'live-chat-tester-channel',
|
||||
channel: process.env.REACT_APP_WIDGET_CHANNEL || 'console-channel',
|
||||
token: process.env.REACT_APP_WIDGET_TOKEN || 'test',
|
||||
language: 'en',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user