mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
update ini.example files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user