Added: default cfg include common.cfg

vl 15 years ago
parent e9bad1586d
commit f2486352a2

@ -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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save