aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index edcbec3..ef6f080 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -37,6 +37,16 @@
37 ; The Robust.exe process must have R/W access to the location 37 ; The Robust.exe process must have R/W access to the location
38 ConfigDirectory = "." 38 ConfigDirectory = "."
39 39
40 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
41 ConsoleHistoryFileEnabled = true
42
43 ; The history file can be just a filename (relative to OpenSim's bin/ directory
44 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
45 ConsoleHistoryFile = "RobustConsoleHistory.txt"
46
47 ; How many lines of command history should we keep? (default is 100)
48 ConsoleHistoryFileLines = 100
49
40[ServiceList] 50[ServiceList]
41 51
42AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 52AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"