ok i really need to gitignore this or something jesus
This commit is contained in:
parent
9e0f472251
commit
5065c7ab58
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
export const Config = {
|
export const Config = {
|
||||||
// The server address for the webapp to connect to. The below default is the same address the webapp is hosted at.
|
// 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`
|
serverAddress: `${window.location.protocol}//${window.location.host}`
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue