Fixed: #896 Wrong ShardId in logger_service.cfg and mail_forum_service.cfg (patch provided by kerozcak)
This commit is contained in:
parent
169cd0426d
commit
101a5d2fdc
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ DontUseAES = 1;
|
|||
DisableNLDebug = 1;
|
||||
FSListenHost = "localhost";
|
||||
DBPass="";
|
||||
ShardId = 301;
|
||||
ShardId = 302;
|
||||
BasePort = 51000;
|
||||
SaveFilesDirectory="";
|
||||
NSHost = "localhost";
|
||||
|
|
|
@ -219,7 +219,7 @@ DontUseAES = 1;
|
|||
DisableNLDebug = 1;
|
||||
FSListenHost = "localhost";
|
||||
DBPass="";
|
||||
ShardId = 301;
|
||||
ShardId = 302;
|
||||
BasePort = 51000;
|
||||
SaveFilesDirectory="";
|
||||
NSHost = "localhost";
|
||||
|
|
Loading…
Reference in a new issue