aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example13
1 files changed, 13 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.