Difference between revisions of "LoginServer (Architecture)"
From SWGANH Wiki
(→Diagrams) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Architecture|Login Server}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{| align="right" | {| align="right" | ||
|- | |- | ||
Line 29: | Line 16: | ||
{| align="center" | {| align="center" | ||
− | |+ Server Diagram | + | |+ '''Server Diagram''' |
|- | |- | ||
||[[Image:LoginServerArchitecture.jpg]] | ||[[Image:LoginServerArchitecture.jpg]] | ||
Line 36: | Line 23: | ||
=Configuration Files= | =Configuration Files= | ||
+ | |||
+ | <pre> | ||
+ | # Login Server Configuration File | ||
+ | |||
+ | # Database Configuration | ||
+ | DBServer = localhost | ||
+ | DBPort = 3306 | ||
+ | DBName = swganh | ||
+ | DBUser = <dbusername> | ||
+ | DBPass = <dbpass> | ||
+ | </pre> |
Latest revision as of 01:08, 10 August 2007
Server Architecture - Login 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
Configuration Files
# Login Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>