Difference between revisions of "ConnectionServer (Architecture)"
From SWGANH Wiki
(→Configuration Files) |
(→Diagrams) |
||
Line 33: | Line 33: | ||
=Diagrams= | =Diagrams= | ||
+ | |||
+ | {| align="center" | ||
+ | |+ '''Server Diagram''' | ||
+ | |- | ||
+ | ||[[Image:ConnectionServerArchitecture.jpg]] | ||
+ | |- | ||
+ | |} | ||
=Configuration Files= | =Configuration Files= |
Revision as of 01:14, 27 December 2006
SWGANH - ConnectionServer
SWGANH Server Architecture Breakdown
|
Description
Text goes here....
Architecture
File:ConnectionServerArchitecture.jpg |
Diagrams
File:ConnectionServerArchitecture.jpg |
Configuration Files
# Connection Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>