From: AeonLucid Date: Thu, 10 Dec 2020 14:59:32 +0000 (+0100) Subject: Update Running-the-server.md X-Git-Tag: v1.2.2~4 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=35fab473ca11ee09275db053dd190da47c319cd7;p=rhonda%2Fimpostor.git Update Running-the-server.md --- diff --git a/docs/Running-the-server.md b/docs/Running-the-server.md index 0b9a4bb..db0a618 100644 --- a/docs/Running-the-server.md +++ b/docs/Running-the-server.md @@ -63,12 +63,12 @@ Example configuration: "Master": true, "Locator": { "Redis": "", - "UdpMasterEndpoint": "127.0.0.1:22023" + "UdpMasterEndpoint": "127.0.0.1:22024" }, "Nodes": [ { "Ip": "127.0.0.1", - "Port": 22024 + "Port": 22025 } ] } @@ -85,16 +85,16 @@ Example configuration: { "Server": { "PublicIp": "127.0.0.1", - "PublicPort": 22024, + "PublicPort": 22025, "ListenIp": "0.0.0.0", - "ListenPort": 22024 + "ListenPort": 22025 }, "ServerRedirector": { "Enabled": true, "Master": false, "Locator": { "Redis": "", - "UdpMasterEndpoint": "127.0.0.1:22023" + "UdpMasterEndpoint": "127.0.0.1:22024" } } }