diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
2 files changed, 6 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 | ||
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 10edccd..bc87ac2 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -107,6 +107,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
107 | [PresenceService] | 107 | [PresenceService] |
108 | ; for the server connector | 108 | ; for the server connector |
109 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | 109 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
110 | ; Set this to true to allow the use of advanced web services and multiple | ||
111 | ; bots using one account | ||
112 | AllowDuplicatePresences = false; | ||
110 | 113 | ||
111 | [AvatarService] | 114 | [AvatarService] |
112 | ; for the server connector | 115 | ; for the server connector |