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