Bind MusicLink health server to localhost
This commit is contained in:
parent
603b32b7ef
commit
b287c0d582
|
|
@ -114,7 +114,7 @@
|
||||||
"!DPQveBnfuDrbgOe6dm:clarun.xyz"
|
"!DPQveBnfuDrbgOe6dm:clarun.xyz"
|
||||||
];
|
];
|
||||||
shadow = false;
|
shadow = false;
|
||||||
healthAddr = ":8080";
|
healthAddr = "127.0.0.1:8080";
|
||||||
stateStorePath = "data/matrix-state.db";
|
stateStorePath = "data/matrix-state.db";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue