update ini.example files

0.9.1.0-post-fixes
UbitUmarov 2018-07-14 01:10:59 +01:00
parent 8ed4bee521
commit 519d320e3c
3 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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

View File

@ -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