mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 21:32:26 +00:00
Created login.ini (markdown)
parent
67fd976741
commit
2c2ce42017
42
login.ini.md
Normal file
42
login.ini.md
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
This file is used to configure your login server.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
Sample file contents:
|
||||||
|
```
|
||||||
|
[database]
|
||||||
|
host = localhost
|
||||||
|
port = 3306
|
||||||
|
db = peq
|
||||||
|
user = db_user
|
||||||
|
password = db_password
|
||||||
|
subsystem = MySQL
|
||||||
|
|
||||||
|
[options]
|
||||||
|
unregistered_allowed = TRUE
|
||||||
|
reject_duplicate_servers = FALSE
|
||||||
|
trace = TRUE
|
||||||
|
world_trace = FALSE
|
||||||
|
dump_packets_in = FALSE
|
||||||
|
dump_packets_out = FALSE
|
||||||
|
listen_port = 5998
|
||||||
|
local_network = 192.168.0.
|
||||||
|
|
||||||
|
[security]
|
||||||
|
plugin = EQEmuAuthCrypto
|
||||||
|
mode = 5
|
||||||
|
|
||||||
|
[Titanium]
|
||||||
|
port = 5998
|
||||||
|
opcodes = login_opcodes.conf
|
||||||
|
|
||||||
|
[SoD]
|
||||||
|
port = 5999
|
||||||
|
opcodes = login_opcodes_sod.conf
|
||||||
|
|
||||||
|
[schema]
|
||||||
|
account_table = tblLoginServerAccounts
|
||||||
|
world_registration_table = tblWorldServerRegistration
|
||||||
|
world_admin_registration_table = tblServerAdminRegistration
|
||||||
|
world_server_type_table = tblServerListType
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user