diff options
author | Jak Daniels | 2014-09-22 16:54:12 +0100 |
---|---|---|
committer | BlueWall | 2014-09-23 10:36:00 -0400 |
commit | bde60cc92e0966177a1aeb03dce3183a92b7a38c (patch) | |
tree | de52febcc9eeac28c8637a140abc862243c39510 /bin/Robust.ini.example | |
parent | Modifications to previous IAR commits to bring them more inline with existing... (diff) | |
download | opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.zip opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.gz opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.bz2 opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.xz |
Add persistent command history in console
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 10 |
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] |
33 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 43 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
34 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 44 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" |