// set to 0 if you don't want automatic copy of shard files
Use = 0;

// first string is the name of the computer where the **frontend** service is
// second string is the base path where to find the source file
Shards =  {
};

// files to copy, relative to the data_common directory
NeedToCopy = {
	"database.xml",
	"msg.txt",
	"chat\chat_static.cdb"
};