Difference between revisions of "ZoneServer (Architecture)"

From SWGANH Wiki
Jump to: navigation, search
(Diagrams)
(Configuration Files)
Line 35: Line 35:
  
 
=Configuration Files=
 
=Configuration Files=
 +
 +
<pre>
 +
# Zone Server Configuration File
 +
 +
# Database Configuration
 +
DBServer = localhost
 +
DBPort = 3306
 +
DBName = swganh
 +
DBUser = <dbusername>
 +
DBPass = <dbpass>
 +
 +
# Zone Configuration
 +
MapId = 5            #Naboo
 +
</pre>

Revision as of 02:08, 27 December 2006


SWGANH - ZoneServer

SWGANH Server Architecture Breakdown


Server Architecture Navigation
Admin Server - Chat Server - Connection Server - Login Server - Zone Server
General Overview




Description

Text goes here....

Architecture

Diagrams

Server Diagram
ZoneServerArchitecture.jpg

Configuration Files

# Zone Server Configuration File

# Database Configuration
DBServer = localhost
DBPort = 3306
DBName = swganh
DBUser = <dbusername>
DBPass = <dbpass>

# Zone Configuration
MapId = 5            #Naboo