diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8c9ee41..369f940 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -392,6 +392,12 @@ access_password = unknown | |||
392 | 392 | ||
393 | region_file_template = "{0}x{1}-{2}.xml" | 393 | region_file_template = "{0}x{1}-{2}.xml" |
394 | 394 | ||
395 | ; we can limit the number of regions that XmlRpcCreateRegion will | ||
396 | ;allow by setting this to a positive, non-0 number: as long as the | ||
397 | ;number of regions is below region_limits, XmlRpcCreateRegion will | ||
398 | ;succeed. setting region_limits to 0 disables the check. | ||
399 | ;region_limits = 0 | ||
400 | |||
395 | [RestPlugins] | 401 | [RestPlugins] |
396 | ; Change this to true to enable REST Plugins. This must be true if you wish to use | 402 | ; Change this to true to enable REST Plugins. This must be true if you wish to use |
397 | ; REST Region or REST Asset and Inventory Plugins | 403 | ; REST Region or REST Asset and Inventory Plugins |
@@ -472,7 +478,6 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}" | |||
472 | ; [XIRC] | 478 | ; [XIRC] |
473 | ; enabled = false | 479 | ; enabled = false |
474 | 480 | ||
475 | |||
476 | ; Uncomment the following for experiment in world versioning | 481 | ; Uncomment the following for experiment in world versioning |
477 | ; support. This is so experimental at this point that I'm not going | 482 | ; support. This is so experimental at this point that I'm not going |
478 | ; to explain it further, you'll need to read the source code | 483 | ; to explain it further, you'll need to read the source code |