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