feat: rename live chat tester to console

This commit is contained in:
Mohamed Marrouchi
2024-10-22 14:37:42 +01:00
parent a3d7b83511
commit 5218233434
21 changed files with 67 additions and 69 deletions

View File

@@ -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',
};