From 0007051a194f54d0ffff98502d2056abcd593258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves=20=28Ulukyn=29?= Date: Tue, 28 Sep 2021 22:48:22 +0100 Subject: [PATCH] Update cfgs templates --- ryzom/server/tools/cfg_creator/templates/common.cfg | 4 +++- .../cfg_creator/templates/entities_game_service_default.cfg | 4 ++++ .../tools/cfg_creator/templates/input_output_service.cfg | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ryzom/server/tools/cfg_creator/templates/common.cfg b/ryzom/server/tools/cfg_creator/templates/common.cfg index ac88aa3c7..71c398163 100644 --- a/ryzom/server/tools/cfg_creator/templates/common.cfg +++ b/ryzom/server/tools/cfg_creator/templates/common.cfg @@ -98,7 +98,9 @@ SaveFilesDirectory = ""; // where to save generic shard data (ie: packed_sheet) WriteFilesDirectory = "../data/leveldesign"; -MongoPassword = "feFrvs3rfdcef4"; +MongoPassword = "xxx"; // Unused +ChatServer = "#CHAT_DB#"; +ChatDbName = "#CHAT_DB#"; // ---- service custom variables (used by ConfigFile class) diff --git a/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg b/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg index 01235a4cd..c0f1a92be 100644 --- a/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg +++ b/ryzom/server/tools/cfg_creator/templates/entities_game_service_default.cfg @@ -1722,3 +1722,7 @@ Mainlands = { }; FreeTrialSkillLimit = 125; + +UnmountDuration = 8; +MountDuration = 20; + diff --git a/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg b/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg index ee17bca50..ce74a86ea 100644 --- a/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg +++ b/ryzom/server/tools/cfg_creator/templates/input_output_service.cfg @@ -77,3 +77,5 @@ VerboseStringManagerParser = 0; VerboseChat = 0; VerboseChatManagement = 0; VerboseNameTranslation = 0; + +EnableDeepL = #DEEPL#;