diff options
author | BlueWall | 2012-11-25 17:03:14 -0500 |
---|---|---|
committer | BlueWall | 2012-11-25 17:03:14 -0500 |
commit | c754003944d0166bf50b4f94b0c0eea642503bb0 (patch) | |
tree | dfa1c2020d5500d510519d5b2b3236600692f277 /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into connector_plugin (diff) | |
parent | Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ... (diff) | |
download | opensim-SC-c754003944d0166bf50b4f94b0c0eea642503bb0.zip opensim-SC-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.gz opensim-SC-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.bz2 opensim-SC-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.xz |
Merge branch 'master' into connector_plugin
Conflicts:
OpenSim/Server/Base/ServicesServerBase.cs
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c7df7bb..e591a69 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -443,9 +443,30 @@ | |||
443 | ;; What is reported as the "User-Agent" when using llHTTPRequest | 443 | ;; What is reported as the "User-Agent" when using llHTTPRequest |
444 | ;; Defaults to not sent if not set here. See the notes section in the wiki | 444 | ;; Defaults to not sent if not set here. See the notes section in the wiki |
445 | ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding | 445 | ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding |
446 | ;; " (Mozilla Compatible)" to the text where there are problems with a web server | 446 | ;; " (Mozilla Compatible)" to the text where there are problems with a |
447 | ;; web server | ||
447 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 448 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
448 | 449 | ||
450 | [XMLRPC] | ||
451 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | ||
452 | ;; If enabled and set to XmlRpcRouterModule, this will post an event, | ||
453 | ;; "xmlrpc_uri(string)" to the script concurrently with the first | ||
454 | ;; remote_data event. This will contain the fully qualified URI an | ||
455 | ;; external site needs to use to send XMLRPC requests to that script | ||
456 | ;; | ||
457 | ;; If enabled and set to XmlRpcGridRouterModule, newly created channels | ||
458 | ;; will be registered with an external service via a configured uri | ||
459 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | ||
460 | |||
461 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 | ||
462 | ;XmlRpcPort = 20800 | ||
463 | |||
464 | ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} http://example.com | ||
465 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator | ||
466 | ;; will use this address to register xmlrpc channels on the external | ||
467 | ;; service | ||
468 | ; XmlRpcHubURI = http://example.com | ||
469 | |||
449 | 470 | ||
450 | [ClientStack.LindenUDP] | 471 | [ClientStack.LindenUDP] |
451 | ;; See OpensSimDefaults.ini for the throttle options. You can copy the | 472 | ;; See OpensSimDefaults.ini for the throttle options. You can copy the |