mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
Config default values for gameserver
For loginWebService, client 11.
This commit is contained in:
parent
30c789855f
commit
c83f2d19fa
@ -615,9 +615,9 @@
|
||||
|
||||
// Gameserver info is used for client 11+ loginWebService
|
||||
$config['gameserver'] = array(
|
||||
'ip' => $_SERVER["SERVER_ADDR"], // Can be an ip string like '123.123.123.123'
|
||||
'ip' => '127.0.0.1',
|
||||
'port' => 7172,
|
||||
'name' => 'OTserv'
|
||||
'name' => 'OTXServer-Global' // Must be identical to config.lua (OT config file) server name.
|
||||
);
|
||||
|
||||
// How often do you want highscores to update?
|
||||
|
Loading…
x
Reference in New Issue
Block a user