aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini10
1 files changed, 10 insertions, 0 deletions
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