Fix config items. Less used / expert items go in OpenSimDefaults.ini
The default shown is always the hardcoded defaultviewer-2-initial-appearance
parent
1f77f05f02
commit
e76980bc49
|
@ -326,9 +326,6 @@
|
|||
;; Set this to a nonzero value to have remote admin use a different port
|
||||
; port = 0
|
||||
|
||||
;; Set this to the ip address that you want the admin server to bind to
|
||||
; bind_ip_address = 127.0.0.1
|
||||
|
||||
;# {access_password} {enabled:true} {Password for the remote admin interface} {}
|
||||
;; This password is required to make any XMLRPC call (should be set as
|
||||
;; the "password" parameter)
|
||||
|
|
|
@ -624,6 +624,9 @@
|
|||
; Set this to a nonzero value to have remote admin use a different port
|
||||
port = 0
|
||||
|
||||
; Set this to the ip address that you want the admin server to bind to
|
||||
bind_ip_address = "0.0.0.0"
|
||||
|
||||
; This password is required to make any XMLRPC call (should be set as the "password" parameter)
|
||||
access_password = unknown
|
||||
|
||||
|
|
Loading…
Reference in New Issue