File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- VITE_APP_ID = 2FE6BC0F-C3E7-4A27-8549-1A49AE6E3406
2
- VITE_AI_AGENT_ID = 4uYl0g4Cj3Q51u7vlIPdM
3
- VITE_CUSTOM_API_HOST = https://api-no2.sendbirdtest.com
4
- VITE_CUSTOM_WS_HOST = wss://ws-no2.sendbirdtest.com
1
+ VITE_APP_ID = 10306808-B7F3-436F-9F5C-29F431B47B73
2
+ VITE_AI_AGENT_ID = e4c57465-4773-432e-9740-f0284a951494
5
3
6
- VITE_NEW_APP_ID = 5B306480-5E40-40BA-A702-EA0935B4898D
7
- VITE_NEW_AI_AGENT_ID = 4131e150-1845-417a-976f-15d262c66ad1
8
- VITE_NEW_CUSTOM_API_HOST = https://api-no5.sendbirdtest.com
9
- VITE_NEW_CUSTOM_WS_HOST = wss://ws-no5.sendbirdtest.com
4
+ VITE_NEW_APP_ID = 10306808-B7F3-436F-9F5C-29F431B47B73
5
+ VITE_NEW_AI_AGENT_ID = 1bad24e5-70c7-4ca4-b582-37d1b8f1a664
10
6
VITE_NEW_USER_ID = aiagent-test-user
11
- VITE_NEW_USER_AUTH_TOKEN = d1d4002af98c4e8654f96efa60c1561cf9162784
7
+ VITE_NEW_USER_AUTH_TOKEN = 2566161820e294ddc2085cce846f429a94e6fa2f
12
8
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ export const App = () => {
15
15
messengerInstance . initialize ( {
16
16
appId : import . meta. env . VITE_APP_ID ,
17
17
aiAgentId : import . meta. env . VITE_AI_AGENT_ID ,
18
- customApiHost : import . meta. env . VITE_CUSTOM_API_HOST ,
19
- customWebSocketHost : import . meta. env . VITE_CUSTOM_WS_HOST ,
20
18
} ) ;
21
19
22
20
messengerRef . current = messengerInstance ;
@@ -36,8 +34,6 @@ export const App = () => {
36
34
messengerRef . current ?. updateConfig ( {
37
35
appId : import . meta. env . VITE_NEW_APP_ID ,
38
36
aiAgentId : import . meta. env . VITE_NEW_AI_AGENT_ID ,
39
- customApiHost : import . meta. env . VITE_NEW_CUSTOM_API_HOST ,
40
- customWebSocketHost : import . meta. env . VITE_NEW_CUSTOM_WS_HOST ,
41
37
} ) ;
42
38
} ;
43
39
You can’t perform that action at this time.
0 commit comments