MSAgent-Chat/webapp/config.ts

5 lines
182 B
TypeScript
Raw Permalink Normal View History

export const Config = {
2024-07-14 15:26:05 -04:00
// The server address for the webapp to connect to. The below default is the same address the webapp is hosted at.
2024-07-29 15:19:04 -04:00
serverAddress: `https://msagent.chat`
2024-07-14 15:26:05 -04:00
};