Skip to content

Commit da48e34

Browse files
authored
Create chatConfig.js
1 parent 45353b8 commit da48e34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// chatConfig.js
2+
// Configs to connect the user to chat
3+
export const chatApiKey = 'dz5f4d5kzrue'
4+
export const chatUserId = 'lively-wood-7';
5+
export const chatUserToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoibGl2ZWx5LXdvb2QtNyIsImV4cCI6MTcxMDUzMjQ0Nn0.KMkjl68QocLTO_B5E4jIw2s5VBmRLOIvFnZkYNQepmc';
6+
export const chatUserName = 'lively';

0 commit comments

Comments
 (0)