4 lines
214 B
TypeScript
4 lines
214 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: `${window.location.protocol}//${window.location.host}`
|
|
};
|