Difference between revisions of "AdminServer (Architecture)"
From SWGANH Wiki
(→Diagrams) |
(→Configuration Files) |
||
Line 36: | Line 36: | ||
=Configuration Files= | =Configuration Files= | ||
+ | |||
+ | <pre> | ||
+ | # Admin 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 - AdminServer
SWGANH Server Architecture Breakdown
|
Description
Text goes here....
Architecture
Diagrams
File:AdminServerArchitecture.jpg |
Configuration Files
# Admin Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>