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

33 lines
788 B
INI
Raw Normal View History

2010-05-10 14:25:29 +00:00
#include "common.cfg"
// ---- service NeL variables (used by ConfigFile class)
2010-05-20 08:27:57 +00:00
DontUseNS = 1;
2010-05-06 00:08:41 +00:00
// ---- service NeL variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
ListeningPort = 49990;
// ---- service custom variables (used by ConfigFile class)
2010-05-20 08:27:57 +00:00
// Listening port for the Web server to connect in
2010-05-20 08:27:57 +00:00
WebPort = 49898;
2010-05-20 08:27:57 +00:00
BSReadState = 1;
// ---- service custom variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
// Port for the Layer 3 interface of the backup service
L3ListeningPort = 49950;
// template path from SaveShardRoot to find character saves
SaveTemplatePath = "$shard/characters/account_$userid_$charid$ext";
// character saves possible extension list
SaveExtList = "_pdr.bin _pdr.xml .bin";
2010-05-06 00:08:41 +00:00
//BSFilePrefix = "R:/code/ryzom/r2_shard/";
//BSFileSubst = "r2_shard/";