Skip to content

Commit c945f7e

Browse files
committed
Mapserver (Standalone default)
- Default to port 8012 instead of the reserved 8005 - Updated Network requirements doc.
1 parent 68d612c commit c945f7e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

WhiteCore/Services/GenericServices/ExternalHandlers/Map/MapService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace WhiteCore.Services
4646
{
4747
public class MapService : IService, IMapService
4848
{
49-
private uint m_port = 8005;
49+
private uint m_port = 8012;
5050
private IHttpServer m_server;
5151
private IRegistryCore m_registry;
5252
private bool m_enabled = false;

WhiteCoreSim/WhiteCoreDocs/Network Requirements and Settings renamed to WhiteCoreSim/WhiteCoreDocs/Network Requirements and Settings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The base IP address is specified by the "HostName" entry in the [Network] sectio
3434
## TCP Ports ##
3535
TCP/9000 - All Standalone messaging, Asset, Inventory, Grid services
3636
TCP/9xxx - Default region ports ( Port 9000 is shared with messaging services)
37+
TCP/8012 - Map server
3738
TCP/3306 - Default port for the MySql server (If used)
3839

3940
## TCP/9000 (Default) ##

0 commit comments

Comments
 (0)