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#;