Config default values for gameserver

For loginWebService, client 11.
This commit is contained in:
Stefan A. Brannfjell 2017-06-21 21:31:50 +02:00 committed by GitHub
parent 30c789855f
commit c83f2d19fa

View File

@ -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?