aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-11-19 21:47:49 -0500
committerBlueWall2012-11-19 21:51:37 -0500
commit665f79e15c1de3a98f777004cba278625b8b3181 (patch)
tree3ee94323b49ea6dcb57ca2dab7700bba2e2aa8fe /bin/OpenSim.ini.example
parentBulletSim: Use base class constructors for initialization of BSShape and othe... (diff)
downloadopensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.zip
opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.gz
opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.bz2
opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.xz
Expose configuration options for the XmlRpcGridRouter
Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example23
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