aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.exe.config2
-rw-r--r--bin/OpenSim.ini.example22
2 files changed, 11 insertions, 13 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 3c7adf5..aa2162e 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -13,6 +13,8 @@
13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> 13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
14 <layout type="log4net.Layout.PatternLayout"> 14 <layout type="log4net.Layout.PatternLayout">
15 <conversionPattern value="%date{HH:mm:ss} - %message" /> 15 <conversionPattern value="%date{HH:mm:ss} - %message" />
16 <!-- Use the line below instead of the one above if you want milliseconds in your log timestamps -->
17 <!-- <conversionPattern value="%date{HH:mm:ss,fff} - %message" /> -->
16 </layout> 18 </layout>
17 </appender> 19 </appender>
18 20
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 4a60f4b..526bae7 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1302,39 +1302,35 @@
1302[Groups] 1302[Groups]
1303 Enabled = false 1303 Enabled = false
1304 1304
1305 ; This is the current groups stub in Region.CoreModules.Avatar.Groups 1305 ; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
1306 ; apply to the Flotsam GroupsModule
1306 Module = Default 1307 Module = Default
1307 1308
1308 ; The PHP code for the server is available from the Flotsam project for you to deploy 1309 ; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
1309 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/
1310 ;
1311 ;Module = GroupsModule 1310 ;Module = GroupsModule
1312 1311
1313 ; Enable Group Notices 1312 ; Enable Group Notices
1314 ;NoticesEnabled = true 1313 ;NoticesEnabled = true
1315 1314
1316 ; This makes the Groups modules very chatty on the console. 1315 ; This makes the Groups modules very chatty on the console.
1317 DebugEnabled = false 1316 DebugEnabled = false
1318 1317
1319 ; Specify which messaging module to use for groups messaging and if it's enabled 1318 ; Specify which messaging module to use for groups messaging and if it's enabled
1320 ;MessagingModule = GroupsMessagingModule 1319 ;MessagingModule = GroupsMessagingModule
1321 ;MessagingEnabled = true 1320 ;MessagingEnabled = true
1322
1323 ; Service connector to Groups Service [Select One] ServicesConnectorModule
1324 1321
1325 ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings 1322 ; Flotsam XmlRpc Service for Groups. Uncomment these settings and change accordingly if you are using this backend groups service
1326 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector 1323 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
1327 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php 1324 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
1328 1325
1329 ; XmlRpc Service Settings 1326 ; XmlRpc Security settings. These must match those set on your backend groups service.
1330 ;XmlRpcServiceReadKey = 1234 1327 ;XmlRpcServiceReadKey = 1234
1331 ;XmlRpcServiceWriteKey = 1234 1328 ;XmlRpcServiceWriteKey = 1234
1332 1329
1333 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, 1330 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
1334 ; this is a work around fora problem discovered on some Windows based region servers. 1331 ; this is a work around fora problem discovered on some Windows based region servers.
1335 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: 1332 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions:
1336 ; System.Net.WebException: The request was aborted: The request was canceled. 1333 ; System.Net.WebException: The request was aborted: The request was canceled.
1337 ;
1338 ; XmlRpcDisableKeepAlive = false 1334 ; XmlRpcDisableKeepAlive = false
1339 1335
1340 1336