MSAgent-Chat/webapp/config.ts
2024-07-29 15:19:04 -04:00

5 lines
182 B
TypeScript

export const Config = {
// The server address for the webapp to connect to. The below default is the same address the webapp is hosted at.
serverAddress: `https://msagent.chat`
};