diff options
author | Melanie | 2012-11-20 20:25:15 +0000 |
---|---|---|
committer | Melanie | 2012-11-20 20:25:15 +0000 |
commit | 45eedb635a6d51efba2549802b75ea1369274409 (patch) | |
tree | 2689020c58f6fae0872a130584331e84ba591d15 /bin/OpenSim.ini.example | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | If GetAgents() is called with an empty userIDs array then don't bother with a... (diff) | |
download | opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.zip opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.gz opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.bz2 opensim-SC-45eedb635a6d51efba2549802b75ea1369274409.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 b21a214..6757081 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -439,9 +439,30 @@ | |||
439 | ;; What is reported as the "User-Agent" when using llHTTPRequest | 439 | ;; What is reported as the "User-Agent" when using llHTTPRequest |
440 | ;; Defaults to not sent if not set here. See the notes section in the wiki | 440 | ;; Defaults to not sent if not set here. See the notes section in the wiki |
441 | ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding | 441 | ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding |
442 | ;; " (Mozilla Compatible)" to the text where there are problems with a web server | 442 | ;; " (Mozilla Compatible)" to the text where there are problems with a |
443 | ;; web server | ||
443 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 444 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
444 | 445 | ||
446 | [XMLRPC] | ||
447 | ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule | ||
448 | ;; If enabled and set to XmlRpcRouterModule, this will post an event, | ||
449 | ;; "xmlrpc_uri(string)" to the script concurrently with the first | ||
450 | ;; remote_data event. This will contain the fully qualified URI an | ||
451 | ;; external site needs to use to send XMLRPC requests to that script | ||
452 | ;; | ||
453 | ;; If enabled and set to XmlRpcGridRouterModule, newly created channels | ||
454 | ;; will be registered with an external service via a configured uri | ||
455 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | ||
456 | |||
457 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 | ||
458 | ;XmlRpcPort = 20800 | ||
459 | |||
460 | ;# {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 | ||
461 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator | ||
462 | ;; will use this address to register xmlrpc channels on the external | ||
463 | ;; service | ||
464 | ; XmlRpcHubURI = http://example.com | ||
465 | |||
445 | 466 | ||
446 | [ClientStack.LindenUDP] | 467 | [ClientStack.LindenUDP] |
447 | ;; See OpensSimDefaults.ini for the throttle options. You can copy the | 468 | ;; See OpensSimDefaults.ini for the throttle options. You can copy the |