Remove [XMLRPC] section I added by accident to the top of OpenSimDefaults.ini in previous commit 95883282
parent
0d0bfa4dcd
commit
80d9b336ff
|
@ -1,21 +1,6 @@
|
|||
; This file contains defaults for various settings in OpenSimulator. These can be overriden
|
||||
; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini).
|
||||
|
||||
[XMLRPC]
|
||||
;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule
|
||||
;; If enabled and set to XmlRpcRouterModule, this will post an event,
|
||||
;; "xmlrpc_uri(string)" to the script concurrently with the first
|
||||
;; remote_data event. This will contain the fully qualified URI an
|
||||
;; external site needs to use to send XMLRPC requests to that script
|
||||
;;
|
||||
;; If enabled and set to XmlRpcGridRouterModule, newly created channels
|
||||
;; will be registered with an external service via a configured uri
|
||||
XmlRpcRouterModule = "XmlRpcRouterModule"
|
||||
|
||||
;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800
|
||||
XmlRpcPort = 20800
|
||||
|
||||
|
||||
[Startup]
|
||||
; Console prompt
|
||||
; Certain special characters can be used to customize the prompt
|
||||
|
|
Loading…
Reference in New Issue