khanat-opennel-code/code/ryzom/server/welcome_service.cfg

35 lines
926 B
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: ryzom_welcome_service -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
// ---- config local variables
2010-05-06 00:08:41 +00:00
SUPort = 50505;
SUHost = "localhost";
2010-05-20 08:27:57 +00:00
// SU - listen address of the SU service (for L5 connections)
SUAddress = SUHost+":"+SUPort;
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
#include "welcome_service_default.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
AESAliasName= "rws";
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
Paths = {
".",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
// WS - use or not the legacy WelcomeService from nel ns (only for backward compatibility during transition to ring)
DontUseLSService = 1;
2010-05-20 08:27:57 +00:00
LSHost = SUHost;
2010-05-06 00:08:41 +00:00
// Set a mainland SessionId.
// Live: Must be 0 for ring shards, non-zero (usually ShardId) for mainland shards
// Dev: Can be non-zero to initially connect a client to a ring shard
FixedSessionId = ShardId;
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by CVariable class)