aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
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"