aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
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 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