diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f2cba6..3f9aed6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -470,6 +470,16 @@ | |||
470 | ;; web server | 470 | ;; web server |
471 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 471 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
472 | 472 | ||
473 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
474 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
475 | ;; but you want to protect them from unauthorized access. The username and password | ||
476 | ;; here need to match the ones in the Robust service configuration. | ||
477 | ; AuthType = "BasicHttpAuthentication" | ||
478 | ; HttpAuthUsername = "some_username" | ||
479 | ; HttpAuthPassword = "some_password" | ||
480 | ;; | ||
481 | ;; Any of these 3 variables above can be overriden in any of the service sections. | ||
482 | |||
473 | 483 | ||
474 | [XMLRPC] | 484 | [XMLRPC] |
475 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | 485 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule |
@@ -1033,9 +1043,12 @@ | |||
1033 | ; Applies Flotsam Group only. V2 has this always on, no other option | 1043 | ; Applies Flotsam Group only. V2 has this always on, no other option |
1034 | ; MessageOnlineUsersOnly = false | 1044 | ; MessageOnlineUsersOnly = false |
1035 | 1045 | ||
1036 | ;; This makes the Groups modules very chatty on the console. | 1046 | ;; This makes the Group module very chatty on the console. |
1037 | ; DebugEnabled = false | 1047 | ; DebugEnabled = false |
1038 | 1048 | ||
1049 | ; This makes the Group Messaging module very chatty on the console. | ||
1050 | ; DebugMessagingEnabled = false | ||
1051 | |||
1039 | ;; XmlRpc Security settings. These must match those set on your backend | 1052 | ;; XmlRpc Security settings. These must match those set on your backend |
1040 | ;; groups service if the service is using these keys | 1053 | ;; groups service if the service is using these keys |
1041 | ; XmlRpcServiceReadKey = 1234 | 1054 | ; XmlRpcServiceReadKey = 1234 |