mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-22 23:06:18 +00:00
Fixed: #893 removed unused WebSrvHost and changed the default port for WebSrvHost in EGS
This commit is contained in:
parent
58b4e4191d
commit
4a14cc6756
15 changed files with 1 additions and 15 deletions
|
@ -273,7 +273,6 @@ UsedPrimitives =
|
||||||
};
|
};
|
||||||
#include "admin_service_default.cfg"
|
#include "admin_service_default.cfg"
|
||||||
|
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -285,7 +285,6 @@ GraphVars += { "MirrorCallbackCount", "0" };
|
||||||
GraphVars += { "MirrorCallbackCount", "60000" };
|
GraphVars += { "MirrorCallbackCount", "60000" };
|
||||||
GraphVars += { "MirrorCallbackTime", "0" };
|
GraphVars += { "MirrorCallbackTime", "0" };
|
||||||
GraphVars += { "MirrorCallbackTime", "60000" };
|
GraphVars += { "MirrorCallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -279,7 +279,6 @@ L3ListeningPort = 49950;
|
||||||
WebPort = 49970;
|
WebPort = 49970;
|
||||||
BSReadState = 1;
|
BSReadState = 1;
|
||||||
SaveShardRoot = "save_shard";
|
SaveShardRoot = "save_shard";
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -353,7 +353,7 @@ MaxXPGainPerPlayer = 30.0;
|
||||||
DeathXPFactor = 0.1;
|
DeathXPFactor = 0.1;
|
||||||
CachePrims = 1;
|
CachePrims = 1;
|
||||||
CorrectInvalidPlayerPositions = 1;
|
CorrectInvalidPlayerPositions = 1;
|
||||||
WebSrvHost = "http://localhost:50000/";
|
WebSrvHost = "http://localhost:55555/";
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -286,7 +286,6 @@ GraphVars += { "MirrorCallbackCount", "0" };
|
||||||
GraphVars += { "MirrorCallbackCount", "60000" };
|
GraphVars += { "MirrorCallbackCount", "60000" };
|
||||||
GraphVars += { "MirrorCallbackTime", "0" };
|
GraphVars += { "MirrorCallbackTime", "0" };
|
||||||
GraphVars += { "MirrorCallbackTime", "60000" };
|
GraphVars += { "MirrorCallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -284,7 +284,6 @@ GraphVars += { "MirrorCallbackCount", "0" };
|
||||||
GraphVars += { "MirrorCallbackCount", "60000" };
|
GraphVars += { "MirrorCallbackCount", "60000" };
|
||||||
GraphVars += { "MirrorCallbackTime", "0" };
|
GraphVars += { "MirrorCallbackTime", "0" };
|
||||||
GraphVars += { "MirrorCallbackTime", "60000" };
|
GraphVars += { "MirrorCallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -286,7 +286,6 @@ StartCommands +=
|
||||||
"moduleManager.createModule IOSRingModule iosrm",
|
"moduleManager.createModule IOSRingModule iosrm",
|
||||||
"iosrm.plug gw",
|
"iosrm.plug gw",
|
||||||
};
|
};
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -291,7 +291,6 @@ StartCommands +=
|
||||||
};
|
};
|
||||||
SaveShardRoot = "save_shard";
|
SaveShardRoot = "save_shard";
|
||||||
SaveFilesDirectory = "save_shard/";
|
SaveFilesDirectory = "save_shard/";
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -274,7 +274,6 @@ UsedPrimitives =
|
||||||
#include "mail_forum_service_default.cfg"
|
#include "mail_forum_service_default.cfg"
|
||||||
WriteFilesDirectory="data_shard";
|
WriteFilesDirectory="data_shard";
|
||||||
|
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -279,7 +279,6 @@ GraphVars += { "L5CallbackCount", "0" };
|
||||||
GraphVars += { "L5CallbackCount", "60000" };
|
GraphVars += { "L5CallbackCount", "60000" };
|
||||||
GraphVars += { "L5CallbackTime", "0" };
|
GraphVars += { "L5CallbackTime", "0" };
|
||||||
GraphVars += { "L5CallbackTime", "60000" };
|
GraphVars += { "L5CallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -273,7 +273,6 @@ UsedPrimitives =
|
||||||
};
|
};
|
||||||
#include "naming_service_default.cfg"
|
#include "naming_service_default.cfg"
|
||||||
|
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -286,7 +286,6 @@ GraphVars += { "L5CallbackCount", "0" };
|
||||||
GraphVars += { "L5CallbackCount", "60000" };
|
GraphVars += { "L5CallbackCount", "60000" };
|
||||||
GraphVars += { "L5CallbackTime", "0" };
|
GraphVars += { "L5CallbackTime", "0" };
|
||||||
GraphVars += { "L5CallbackTime", "60000" };
|
GraphVars += { "L5CallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -286,7 +286,6 @@ GraphVars += { "L5CallbackCount", "0" };
|
||||||
GraphVars += { "L5CallbackCount", "60000" };
|
GraphVars += { "L5CallbackCount", "60000" };
|
||||||
GraphVars += { "L5CallbackTime", "0" };
|
GraphVars += { "L5CallbackTime", "0" };
|
||||||
GraphVars += { "L5CallbackTime", "60000" };
|
GraphVars += { "L5CallbackTime", "60000" };
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -273,7 +273,6 @@ UsedPrimitives =
|
||||||
};
|
};
|
||||||
#include "tick_service_default.cfg"
|
#include "tick_service_default.cfg"
|
||||||
|
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
|
@ -273,7 +273,6 @@ UsedPrimitives =
|
||||||
};
|
};
|
||||||
#include "welcome_service_default.cfg"
|
#include "welcome_service_default.cfg"
|
||||||
|
|
||||||
WebSrvHost = "http://localhost:50000/";
|
|
||||||
Mainlands = {
|
Mainlands = {
|
||||||
"302", "Open", "(Open Developer Community)", "en",
|
"302", "Open", "(Open Developer Community)", "en",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue