aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example13
-rw-r--r--bin/OpenSimDefaults.ini10
-rw-r--r--bin/Robust.HG.ini.example10
-rw-r--r--bin/Robust.ini.example10
4 files changed, 43 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 8c1a2c6..573180a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -51,6 +51,19 @@
51 ;; \\ - substitute \ 51 ;; \\ - substitute \
52 ; ConsolePrompt = "Region (\R) " 52 ; ConsolePrompt = "Region (\R) "
53 53
54 ;# {ConsoleHistoryFileEnabled} {} {Save console commands to a history file?} {true false} true
55 ;; Console commands can be saved to a file, so the command history persists after a restart. (default is false)
56 ; ConsoleHistoryFileEnabled = true
57
58 ;# {ConsoleHistoryFile} {} {Filename in which to save history} {} OpenSimConsoleHistory.txt
59 ;; The history file can be just a filename (relative to OpenSim's bin/ directory
60 ;; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
61 ; ConsoleHistoryFile = "OpenSimConsoleHistory.txt"
62
63 ;# {ConsoleHistoryFileLines} {} {How many lines of history to save?} {} 100
64 ;; How many lines of command history should we keep? (default is 100)
65 ; ConsoleHistoryFileLines = 100
66
54 ;# {save_crashes} {} {Save crashes to disk?} {true false} false 67 ;# {save_crashes} {} {Save crashes to disk?} {true false} false
55 ;; Set this to true if you want to log crashes to disk 68 ;; Set this to true if you want to log crashes to disk
56 ;; this can be useful when submitting bug reports. 69 ;; this can be useful when submitting bug reports.
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 5361e8d..c6250e5 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -9,6 +9,16 @@
9 ; \\ - substtitue \ 9 ; \\ - substtitue \
10 ConsolePrompt = "Region (\R) " 10 ConsolePrompt = "Region (\R) "
11 11
12 ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
13 ConsoleHistoryFileEnabled = true
14
15 ; The history file can be just a filename (relative to OpenSim's bin/ directory
16 ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
17 ConsoleHistoryFile = "OpenSimConsoleHistory.txt"
18
19 ; How many lines of command history should we keep? (default is 100)
20 ConsoleHistoryFileLines = 100
21
12 ; Set this to true if you want to log crashes to disk 22 ; Set this to true if you want to log crashes to disk
13 ; this can be useful when submitting bug reports. 23 ; this can be useful when submitting bug reports.
14 ; However, this will only log crashes within OpenSimulator that cause the entire program to exit 24 ; However, this will only log crashes within OpenSimulator that cause the entire program to exit
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"
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"