diff options
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" |