I25 loadBalanceShardSpecific.cfg: Difference between revisions

From OuroDev
No edit summary
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
ServerRole
ServerRole
HostRange 172.20.0.1 172.20.0.255
HostRange 172.20.0.0 172.20.0.255
PrimaryRole Cityzone Mission
PrimaryRole Cityzone  
SecondaryRole None
SecondaryRole Mission
End
End


ServerRole
ServerRole
HostRange 127.0.0.1
  Host 127.0.0.1
PrimaryRole Cityzone Mission
  HostRange 255.255.255.255
SecondaryRole None
  PrimaryRole Cityzone
Server
  SecondaryRole Mission
Command ChatServer.exe -noreserved
  Server
End
    Command StatServer.exe
Server
    KillAndRestart 1
Command missionserver64.exe
    MonitorOnly 0
End
    TrackByID 0
Server
    AppName AccountServer
Command auctionserver.exe
  End
End
  RequestBeaconServerCount 1
Server
End
Command servermonitor64.exe
 
End
ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole CityZone
  SecondaryRole Mission
  Server
    Command ChatServer.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End
 
ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole Mission
  SecondaryRole None
  Server
    Command MissionServer.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End
 
ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole Monitor
  SecondaryRole Monitor
  Server
    Command ServerMonitor.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End
End
</syntaxhighlight>
</syntaxhighlight>

Revision as of 18:41, 30 April 2019

ServerRole
	HostRange 172.20.0.0 172.20.0.255
	PrimaryRole Cityzone 
	SecondaryRole Mission
End

ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole Cityzone
  SecondaryRole Mission
  Server
    Command StatServer.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End

ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole CityZone
  SecondaryRole Mission
  Server
    Command ChatServer.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End

ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole Mission
  SecondaryRole None
  Server
    Command MissionServer.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End

ServerRole
  Host 127.0.0.1
  HostRange 255.255.255.255
  PrimaryRole Monitor
  SecondaryRole Monitor
  Server
    Command ServerMonitor.exe
    KillAndRestart 1
    MonitorOnly 0
    TrackByID 0
    AppName AccountServer
  End
  RequestBeaconServerCount 1
End