aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2010-11-03 01:09:42 +0000
committerMelanie2010-11-03 01:12:52 +0000
commite76980bc496b414908ced8a9451631ff21ba5a17 (patch)
treebfa13ac4b541cf37ca7f25994a935ba8287d18a4 /bin/OpenSimDefaults.ini
parentAdmin Server can now bind to a private ip address (diff)
downloadopensim-SC_OLD-e76980bc496b414908ced8a9451631ff21ba5a17.zip
opensim-SC_OLD-e76980bc496b414908ced8a9451631ff21ba5a17.tar.gz
opensim-SC_OLD-e76980bc496b414908ced8a9451631ff21ba5a17.tar.bz2
opensim-SC_OLD-e76980bc496b414908ced8a9451631ff21ba5a17.tar.xz
Fix config items. Less used / expert items go in OpenSimDefaults.ini
The default shown is always the hardcoded default
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index de7c44c..f98689b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -624,6 +624,9 @@
624 ; Set this to a nonzero value to have remote admin use a different port 624 ; Set this to a nonzero value to have remote admin use a different port
625 port = 0 625 port = 0
626 626
627 ; Set this to the ip address that you want the admin server to bind to
628 bind_ip_address = "0.0.0.0"
629
627 ; This password is required to make any XMLRPC call (should be set as the "password" parameter) 630 ; This password is required to make any XMLRPC call (should be set as the "password" parameter)
628 access_password = unknown 631 access_password = unknown
629 632