diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 127501c..27aa5e0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1229,4 +1229,26 @@ freeswitch_echo_port = 50505 | |||
1229 | freeswitch_well_known_ip = ip.address.of.freeswitch.server | 1229 | freeswitch_well_known_ip = ip.address.of.freeswitch.server |
1230 | freeswitch_default_timeout = 5000 | 1230 | freeswitch_default_timeout = 5000 |
1231 | freeswitch_subscribe_retry = 120 | 1231 | freeswitch_subscribe_retry = 120 |
1232 | ; freeswitch_password_reset_url = \ No newline at end of file | 1232 | ; freeswitch_password_reset_url = |
1233 | |||
1234 | |||
1235 | [Groups] | ||
1236 | Enabled = false | ||
1237 | |||
1238 | ; This is the current groups stub in Region.CoreModules.Avatar.Groups | ||
1239 | Module = Default | ||
1240 | |||
1241 | |||
1242 | ; The XmlRpcGroups implementation can be used against the publically available service | ||
1243 | ; that I have made available for testing. Your group data is not guarenteed safe | ||
1244 | ; or available if you use this service, but it's available now and seems to work. | ||
1245 | ; The PHP code for the service is available for you to deploy to your own server. | ||
1246 | ; | ||
1247 | ;Module = XmlRpcGroups | ||
1248 | |||
1249 | ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php | ||
1250 | ;XmlRpcMessagingEnabled = true | ||
1251 | ;XmlRpcNoticesEnabled = true | ||
1252 | |||
1253 | ; This makes the XmlRpcGroups modules very chatty on the console. | ||
1254 | ;XmlRpcDebugEnabled = true | ||