aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorJak Daniels2014-09-22 16:54:12 +0100
committerBlueWall2014-09-23 10:36:00 -0400
commitbde60cc92e0966177a1aeb03dce3183a92b7a38c (patch)
treede52febcc9eeac28c8637a140abc862243c39510 /bin/Robust.HG.ini.example
parentModifications to previous IAR commits to bring them more inline with existing... (diff)
downloadopensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.zip
opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.gz
opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.bz2
opensim-SC_OLD-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.xz
Add persistent command history in console
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
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"