Difference between revisions of "ChatServer (Architecture)"
From SWGANH Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Architecture|Chat Server}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{| align="right" | {| align="right" | ||
|- | |- | ||
Line 24: | Line 11: | ||
=Architecture= | =Architecture= | ||
+ | |||
+ | =Diagrams= | ||
{| align="center" | {| align="center" | ||
− | |+ Server Diagram | + | |+ '''Server Diagram''' |
|- | |- | ||
||[[Image:ChatServerArchitecture.jpg]] | ||[[Image:ChatServerArchitecture.jpg]] | ||
Line 32: | Line 21: | ||
|} | |} | ||
− | = | + | =Configuration Files= |
− | + | <pre> | |
+ | # Chat Server Configuration File | ||
+ | |||
+ | # Database Configuration | ||
+ | DBServer = localhost | ||
+ | DBPort = 3306 | ||
+ | DBName = swganh | ||
+ | DBUser = <dbusername> | ||
+ | DBPass = <dbpass> | ||
+ | </pre> |
Latest revision as of 01:07, 10 August 2007
Server Architecture - Chat Server
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
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>