Added: default cfg include common.cfg

This commit is contained in:
vl 2010-05-10 16:25:29 +02:00
parent 3ef160a921
commit 50d6c2eb5f
17 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#include "admin_executor_service_default.cfg"
// I'm the AES, I'll not connect to myself!
DontUseAES = 1;
// I don't need a connection to a naming service

View file

@ -0,0 +1 @@
#include "common.cfg"

View file

@ -1,3 +1,5 @@
#include "common.cfg"
DontUseNS = 1;
RRDToolPath = "rrdtool";

View file

@ -1,3 +1,4 @@
#include "common.cfg"
// a list of system command that run at server startup.
SystemCmd = {};

View file

@ -1,3 +1,4 @@
#include "common.cfg"
DontUseNS = BSDontUseNS;
NSHost = BSNSHost;

View file

@ -1,3 +1,4 @@
#include "common.cfg"
#ifndef DONT_USE_LGS_SLAVE

View file

@ -1,3 +1,5 @@
#include "common.cfg"
// Configure module gateway for front end operation
StartCommands +=
{

View file

@ -1,3 +1,4 @@
#include "common.cfg"
CheckPlayerSpeed = 0;
SecuritySpeedFactor = 1.5;

View file

@ -1,3 +1,4 @@
#include "common.cfg"
#ifndef DONT_USE_LGS_SLAVE

View file

@ -1,4 +1,6 @@
// Use with commandline: logger_service -C. -L. --nobreak --writepid
#include "logger_service_default.cfg"
AESAliasName= "lgs";
ASWebPort="46700";

View file

@ -0,0 +1 @@
#include "common.cfg"

View file

@ -1,3 +1,4 @@
#include "common.cfg"
WebRootDirectory = "save_shard/www";
DontUseNS = 1;

View file

@ -1,3 +1,4 @@
#include "common.cfg"
// Linux only
DestroyGhostSegments = 1;

View file

@ -1,3 +1,4 @@
#include "common.cfg"
SId = 1;
DontUseNS = 1;

View file

@ -1,3 +1,5 @@
#include "common.cfg"
NSHost = SUNSHost;
DontUseNS = SUDontUseNS;

View file

@ -1,3 +1,4 @@
#include "common.cfg"
/// A list of vars to graph for TS
GraphVars +=

View file

@ -1,3 +1,4 @@
#include "common.cfg"
// short name of the frontend service
FrontendServiceName = "FS";