MSAgent-Chat/webapp/config.ts

4 lines
187 B
TypeScript
Raw Normal View History

export const Config = {
// The server address for the webapp to connect to. The below default is the same address the webapp is hosted at.
2024-07-12 21:20:37 -04:00
serverAddress: `http://127.0.0.1:3000`
}