From 35fab473ca11ee09275db053dd190da47c319cd7 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 10 Dec 2020 15:59:32 +0100 Subject: [PATCH] Update Running-the-server.md --- docs/Running-the-server.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" } } } -- 2.39.5