* Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example
parent
d079bf145a
commit
6b70b57099
|
@ -1,12 +1,14 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
; set here or use the -user command-line switch
|
; Set here or use the -user command-line switch
|
||||||
;user = Test
|
;user = Test
|
||||||
|
|
||||||
; set here or use the -host command-line switch
|
; Set here or use the -host command-line switch
|
||||||
;host = localhost
|
;host = localhost
|
||||||
|
|
||||||
; set here or use the -port command-line switch
|
; Set here or use the -port command-line switch
|
||||||
;port = 8003
|
;port = 8003
|
||||||
|
|
||||||
; set here or use the -pass command-line switch
|
; Set here or use the -pass command-line switch
|
||||||
|
; Please be aware that this is not secure since the password is in the clear
|
||||||
|
; we recommend the use of -pass wherever possible
|
||||||
;pass = secret
|
;pass = secret
|
||||||
|
|
Loading…
Reference in New Issue