update ini.example files
parent
8ed4bee521
commit
519d320e3c
|
@ -87,6 +87,10 @@
|
|||
;; How many lines of command history should we keep? (default is 100)
|
||||
; ConsoleHistoryFileLines = 100
|
||||
|
||||
;# {ConsoleHistoryTimeStamp} {} {Time stamp commands in history file} {} false
|
||||
;; Time stamp commands in history file (default false)
|
||||
; ConsoleHistoryTimeStamp = false
|
||||
|
||||
;# {save_crashes} {} {Save crashes to disk?} {true false} false
|
||||
;; Set this to true if you want to log crashes to disk
|
||||
;; this can be useful when submitting bug reports.
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
; How many lines of command history should we keep? (default is 100)
|
||||
ConsoleHistoryFileLines = 100
|
||||
|
||||
; Time stamp commands in history file (default false)
|
||||
; ConsoleHistoryTimeStamp = false
|
||||
|
||||
; Set this to true if you want to log crashes to disk
|
||||
; this can be useful when submitting bug reports.
|
||||
; However, this will only log crashes within OpenSimulator that cause the entire program to exit
|
||||
|
|
|
@ -62,6 +62,9 @@
|
|||
; How many lines of command history should we keep? (default is 100)
|
||||
ConsoleHistoryFileLines = 100
|
||||
|
||||
; Time stamp commands in history file (default false)
|
||||
; ConsoleHistoryTimeStamp = false
|
||||
|
||||
; peers SSL certificate validation options
|
||||
; you can allow selfsigned certificates or no official CA with next option set to true
|
||||
NoVerifyCertChain = true
|
||||
|
|
Loading…
Reference in New Issue