Difference between revisions of "ZoneServer (Architecture)"
From SWGANH Wiki
(→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 01:08, 27 December 2006
SWGANH - ZoneServer
SWGANH Server Architecture Breakdown
|
Description
Text goes here....
Architecture
Diagrams
|
Configuration Files
# Zone Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass> # Zone Configuration MapId = 5 #Naboo
