diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a49035d..2826462 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -203,6 +203,17 @@ | |||
203 | ;MapImageModule = "MapImageModule" | 203 | ;MapImageModule = "MapImageModule" |
204 | 204 | ||
205 | ; ## | 205 | ; ## |
206 | ; ## Scripting XMLRPC mapper | ||
207 | ; ## | ||
208 | |||
209 | ; If enabled, this will post an event, "xmlrpc_uri(string)" to the | ||
210 | ; script concurrently with the first remote_data event. | ||
211 | ; This will contain the fully qualified URI an external site needs | ||
212 | ; to use to send XMLRPC requests to that script | ||
213 | |||
214 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | ||
215 | |||
216 | ; ## | ||
206 | ; ## Customized Cache Implementation | 217 | ; ## Customized Cache Implementation |
207 | ; ## | 218 | ; ## |
208 | ; | 219 | ; |