aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.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.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 '')
-rw-r--r--bin/Robust.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 6686c3f..ca0b699 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -28,7 +28,17 @@
28 ; Set path to directory for modular ini files... 28 ; Set path to directory for modular ini files...
29 ; The Robust.exe process must have R/W access to the location 29 ; The Robust.exe process must have R/W access to the location
30 ConfigDirectory = "." 30 ConfigDirectory = "."
31
32 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
33 ConsoleHistoryFileEnabled = true
31 34
35 ; The history file can be just a filename (relative to OpenSim's bin/ directory
36 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
37 ConsoleHistoryFile = "RobustConsoleHistory.txt"
38
39 ; How many lines of command history should we keep? (default is 100)
40 ConsoleHistoryFileLines = 100
41
32[ServiceList] 42[ServiceList]
33AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 43AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
34InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" 44InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"