summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-03-24 02:52:09 +0100
committerache <ache@ache.one>2024-03-24 02:52:09 +0100
commit2a99dea043845713de6c88ef1b4ebdffadb9666e (patch)
tree93a8776706ab7ca48d4c424dd9b4b3d73282e2c8
parentUpdate hosts to listen to any interface (diff)
Change default portHEADmaster
-rw-r--r--config/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index f995003..0cc3b79 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,5 +1,6 @@
{
"hosts":["0.0.0.0"],
+ "port": 8081,
"allow-hidden": true,
"hide-hidden": true,
"auth": true,