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.0 172.20.0.255
Host 127.0.0.1
PrimaryRole Cityzone
PrimaryRole CityZone Mission
SecondaryRole Mission
SecondaryRole None
Server
Command AuctionServer.exe
End
Server
Command StatServer.exe
End
Server
Command ArenaServer.exe
End
Server
Command "RaidServer.exe -db localhost"
End
Server
Command "ChatServer.exe -noreserved"
End
Server
Command "AccountServer.exe"
End
Server
Command "MissionServer.exe"
End
Server
Command "ServerMonitor.exe -connect"
End
Server
Command TurnstileServer.exe
End
End
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
</syntaxhighlight>
</syntaxhighlight>

Revision as of 23:38, 3 May 2019

ServerRole
	Host 127.0.0.1
	PrimaryRole CityZone Mission
	SecondaryRole None
	Server
		Command AuctionServer.exe
	End
	Server
		Command StatServer.exe
	End
	Server
		Command ArenaServer.exe
	End
	Server
		Command "RaidServer.exe -db localhost"
	End
	Server
		Command "ChatServer.exe -noreserved"
	End
	Server
		Command "AccountServer.exe"
	End
	Server
		Command "MissionServer.exe"
	End
	Server
		Command "ServerMonitor.exe -connect"
	End
	Server
		Command TurnstileServer.exe
	End
End