]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update Running-the-server.md
authorAeonLucid <aeonlucid@gmail.com>
Thu, 10 Dec 2020 14:59:32 +0000 (15:59 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 14:59:32 +0000 (15:59 +0100)
docs/Running-the-server.md

index 0b9a4bb58fbae56bbec1028a69e19285a825be26..db0a61817410b58c6176c4eb56b33a0e0ab050ca 100644 (file)
@@ -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"
     }
   }
 }