aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJeff Ames2009-06-14 22:00:08 +0000
committerJeff Ames2009-06-14 22:00:08 +0000
commitffcb58e5684268618f27347cab18eb0197ca6deb (patch)
tree51c4efaf5a680af3da2e50a034a15f12f319e472 /bin/OpenSim.ini.example
parentFixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... (diff)
downloadopensim-SC_OLD-ffcb58e5684268618f27347cab18eb0197ca6deb.zip
opensim-SC_OLD-ffcb58e5684268618f27347cab18eb0197ca6deb.tar.gz
opensim-SC_OLD-ffcb58e5684268618f27347cab18eb0197ca6deb.tar.bz2
opensim-SC_OLD-ffcb58e5684268618f27347cab18eb0197ca6deb.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example57
1 files changed, 28 insertions, 29 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 535d539..91f86c5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1138,8 +1138,8 @@
1138 Enabled = false 1138 Enabled = false
1139 1139
1140[Hypergrid] 1140[Hypergrid]
1141 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory 1141 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory
1142 safemode = false 1142 safemode = false
1143 1143
1144[FreeSwitchVoice] 1144[FreeSwitchVoice]
1145 ; In order for this to work you need a functioning freeswitch pbx set 1145 ; In order for this to work you need a functioning freeswitch pbx set
@@ -1175,32 +1175,31 @@
1175 1175
1176[Groups] 1176[Groups]
1177 Enabled = false 1177 Enabled = false
1178 1178
1179 ; This is the current groups stub in Region.CoreModules.Avatar.Groups 1179 ; This is the current groups stub in Region.CoreModules.Avatar.Groups
1180 Module = Default 1180 Module = Default
1181 1181
1182
1183 ; The PHP code for the server is available from the Flotsam project for you to deploy 1182 ; The PHP code for the server is available from the Flotsam project for you to deploy
1184 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ 1183 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/
1185 ; 1184 ;
1186 ;Module = XmlRpcGroups 1185 ;Module = XmlRpcGroups
1187 1186
1188 ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php 1187 ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php
1189 ;XmlRpcServiceReadKey = 1234 1188 ;XmlRpcServiceReadKey = 1234
1190 ;XmlRpcServiceWriteKey = 1234 1189 ;XmlRpcServiceWriteKey = 1234
1191 1190
1192 ;XmlRpcMessagingEnabled = true 1191 ;XmlRpcMessagingEnabled = true
1193 ;XmlRpcNoticesEnabled = true 1192 ;XmlRpcNoticesEnabled = true
1194 1193
1195 ; This makes the XmlRpcGroups modules very chatty on the console. 1194 ; This makes the XmlRpcGroups modules very chatty on the console.
1196 ;XmlRpcDebugEnabled = true 1195 ;XmlRpcDebugEnabled = true
1197 1196
1198 ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for 1197 ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
1199 ; a problem discovered on some Windows based region servers. Only disable 1198 ; a problem discovered on some Windows based region servers. Only disable
1200 ; if you see a large number (dozens) of the following Exceptions: 1199 ; if you see a large number (dozens) of the following Exceptions:
1201 ; System.Net.WebException: The request was aborted: The request was canceled. 1200 ; System.Net.WebException: The request was aborted: The request was canceled.
1202 ; 1201 ;
1203 ; XmlRpcDisableKeepAlive = false 1202 ; XmlRpcDisableKeepAlive = false
1204 1203
1205[PacketPool] 1204[PacketPool]
1206 ; Enables the experimental packet pool. Yes, we've been here before. 1205 ; Enables the experimental packet pool. Yes, we've been here before.
@@ -1214,11 +1213,11 @@
1214 ; Maximum number of times to resend packets marked reliable 1213 ; Maximum number of times to resend packets marked reliable
1215 ;MaxReliableResends = 3 1214 ;MaxReliableResends = 3
1216 1215
1217 ; Configures how ObjectUpdates are compressed. 1216 ; Configures how ObjectUpdates are compressed.
1218 ;TerseUpdatesPerPacket=10 1217 ;TerseUpdatesPerPacket=10
1219 ;FullUpdatesPerPacket=14 1218 ;FullUpdatesPerPacket=14
1220 ;TerseUpdateRate=10 1219 ;TerseUpdateRate=10
1221 ;FullUpdateRate=14 1220 ;FullUpdateRate=14
1222 1221
1223 ;PacketMTU = 1400 1222 ;PacketMTU = 1400
1224 1223
@@ -1240,15 +1239,15 @@
1240 ;; The following is the configuration section for the new style services 1239 ;; The following is the configuration section for the new style services
1241 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1240 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1242[Architecture] 1241[Architecture]
1243 ; Choose exactly one and only one of the architectures below. 1242 ; Choose exactly one and only one of the architectures below.
1244 1243
1245 Include-Standalone = "config-include/Standalone.ini" 1244 Include-Standalone = "config-include/Standalone.ini"
1246 ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" 1245 ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini"
1247 ;Include-Grid = "config-include/Grid.ini" 1246 ;Include-Grid = "config-include/Grid.ini"
1248 ;Include-HGGrid = "config-include/GridHypergrid.ini" 1247 ;Include-HGGrid = "config-include/GridHypergrid.ini"
1249 1248
1250 ; Then choose 1249 ; Then choose
1251 ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR 1250 ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR
1252 ; config-include/GridCommon.ini.example (if you're connected to a grid) 1251 ; config-include/GridCommon.ini.example (if you're connected to a grid)
1253 ; Copy to your own .ini there (without .example extension) and edit it 1252 ; Copy to your own .ini there (without .example extension) and edit it
1254 ; to customize your data 1253 ; to customize your data