Difference between revisions of "ChatServer (Architecture)"
From SWGANH Wiki
(→Configuration Files) |
|||
| Line 35: | Line 35: | ||
=Configuration Files= | =Configuration Files= | ||
| + | |||
| + | <pre> | ||
| + | # Chat Server Configuration File | ||
| + | |||
| + | # Database Configuration | ||
| + | DBServer = localhost | ||
| + | DBPort = 3306 | ||
| + | DBName = swganh | ||
| + | DBUser = <dbusername> | ||
| + | DBPass = <dbpass> | ||
| + | </pre> | ||
Revision as of 01:12, 27 December 2006
SWGANH - ChatServer
SWGANH Server Architecture Breakdown
|
Description
Text goes here....
Architecture
| File:ChatServerArchitecture.jpg |
Diagrams
Configuration Files
# Chat Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>