mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Added: default cfg include common.cfg
This commit is contained in:
parent
e9bad1586d
commit
f2486352a2
17 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#include "admin_executor_service_default.cfg"
|
||||||
|
|
||||||
// I'm the AES, I'll not connect to myself!
|
// I'm the AES, I'll not connect to myself!
|
||||||
DontUseAES = 1;
|
DontUseAES = 1;
|
||||||
// I don't need a connection to a naming service
|
// I don't need a connection to a naming service
|
||||||
|
|
1
code/ryzom/server/admin_executor_service_default.cfg
Normal file
1
code/ryzom/server/admin_executor_service_default.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "common.cfg"
|
|
@ -1,3 +1,5 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
DontUseNS = 1;
|
DontUseNS = 1;
|
||||||
|
|
||||||
RRDToolPath = "rrdtool";
|
RRDToolPath = "rrdtool";
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
// a list of system command that run at server startup.
|
// a list of system command that run at server startup.
|
||||||
SystemCmd = {};
|
SystemCmd = {};
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
DontUseNS = BSDontUseNS;
|
DontUseNS = BSDontUseNS;
|
||||||
NSHost = BSNSHost;
|
NSHost = BSNSHost;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
#ifndef DONT_USE_LGS_SLAVE
|
#ifndef DONT_USE_LGS_SLAVE
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
// Configure module gateway for front end operation
|
// Configure module gateway for front end operation
|
||||||
StartCommands +=
|
StartCommands +=
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
CheckPlayerSpeed = 0;
|
CheckPlayerSpeed = 0;
|
||||||
SecuritySpeedFactor = 1.5;
|
SecuritySpeedFactor = 1.5;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
#ifndef DONT_USE_LGS_SLAVE
|
#ifndef DONT_USE_LGS_SLAVE
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
// Use with commandline: logger_service -C. -L. --nobreak --writepid
|
// Use with commandline: logger_service -C. -L. --nobreak --writepid
|
||||||
|
#include "logger_service_default.cfg"
|
||||||
|
|
||||||
AESAliasName= "lgs";
|
AESAliasName= "lgs";
|
||||||
|
|
||||||
ASWebPort="46700";
|
ASWebPort="46700";
|
||||||
|
|
1
code/ryzom/server/logger_service_default.cfg
Normal file
1
code/ryzom/server/logger_service_default.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "common.cfg"
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
WebRootDirectory = "save_shard/www";
|
WebRootDirectory = "save_shard/www";
|
||||||
DontUseNS = 1;
|
DontUseNS = 1;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
// Linux only
|
// Linux only
|
||||||
DestroyGhostSegments = 1;
|
DestroyGhostSegments = 1;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
SId = 1;
|
SId = 1;
|
||||||
DontUseNS = 1;
|
DontUseNS = 1;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
NSHost = SUNSHost;
|
NSHost = SUNSHost;
|
||||||
DontUseNS = SUDontUseNS;
|
DontUseNS = SUDontUseNS;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
/// A list of vars to graph for TS
|
/// A list of vars to graph for TS
|
||||||
GraphVars +=
|
GraphVars +=
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "common.cfg"
|
||||||
|
|
||||||
// short name of the frontend service
|
// short name of the frontend service
|
||||||
FrontendServiceName = "FS";
|
FrontendServiceName = "FS";
|
||||||
|
|
Loading…
Reference in a new issue