server to 0.0.0.0
This commit is contained in:
parent
91784f1fe3
commit
d9861b58b2
@ -7,7 +7,7 @@ class Settings {
|
|||||||
constructor(electron = false) {
|
constructor(electron = false) {
|
||||||
//Defaults
|
//Defaults
|
||||||
this.port = 10069;
|
this.port = 10069;
|
||||||
this.serverIp = '127.0.0.1';
|
this.serverIp = '0.0.0.0';
|
||||||
this.arl;
|
this.arl;
|
||||||
this.streamQuality = 3;
|
this.streamQuality = 3;
|
||||||
this.volume = 0.69;
|
this.volume = 0.69;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user