MSAgent-Chat/webapp/config.ts

5 lines
183 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: `http://127.0.0.1:3000`
};