MSAgent-Chat/webapp/config.ts

5 lines
214 B
TypeScript
Raw 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.
serverAddress: `${window.location.protocol}//${window.location.host}`
2024-07-14 15:26:05 -04:00
};