diff options
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 526d61d..2b241f5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -87,6 +87,10 @@ | |||
87 | ;; How many lines of command history should we keep? (default is 100) | 87 | ;; How many lines of command history should we keep? (default is 100) |
88 | ; ConsoleHistoryFileLines = 100 | 88 | ; ConsoleHistoryFileLines = 100 |
89 | 89 | ||
90 | ;# {ConsoleHistoryTimeStamp} {} {Time stamp commands in history file} {} false | ||
91 | ;; Time stamp commands in history file (default false) | ||
92 | ; ConsoleHistoryTimeStamp = false | ||
93 | |||
90 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false | 94 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false |
91 | ;; Set this to true if you want to log crashes to disk | 95 | ;; Set this to true if you want to log crashes to disk |
92 | ;; this can be useful when submitting bug reports. | 96 | ;; this can be useful when submitting bug reports. |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 13c2c5e..f939769 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -22,6 +22,9 @@ | |||
22 | ; How many lines of command history should we keep? (default is 100) | 22 | ; How many lines of command history should we keep? (default is 100) |
23 | ConsoleHistoryFileLines = 100 | 23 | ConsoleHistoryFileLines = 100 |
24 | 24 | ||
25 | ; Time stamp commands in history file (default false) | ||
26 | ; ConsoleHistoryTimeStamp = false | ||
27 | |||
25 | ; Set this to true if you want to log crashes to disk | 28 | ; Set this to true if you want to log crashes to disk |
26 | ; this can be useful when submitting bug reports. | 29 | ; this can be useful when submitting bug reports. |
27 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | 30 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 38e6f17..3222a94 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -62,6 +62,9 @@ | |||
62 | ; How many lines of command history should we keep? (default is 100) | 62 | ; How many lines of command history should we keep? (default is 100) |
63 | ConsoleHistoryFileLines = 100 | 63 | ConsoleHistoryFileLines = 100 |
64 | 64 | ||
65 | ; Time stamp commands in history file (default false) | ||
66 | ; ConsoleHistoryTimeStamp = false | ||
67 | |||
65 | ; peers SSL certificate validation options | 68 | ; peers SSL certificate validation options |
66 | ; you can allow selfsigned certificates or no official CA with next option set to true | 69 | ; you can allow selfsigned certificates or no official CA with next option set to true |
67 | NoVerifyCertChain = true | 70 | NoVerifyCertChain = true |