aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-01-19 19:58:50 +0000
committerJustin Clark-Casey (justincc)2010-01-19 19:58:50 +0000
commitc89a9912cc8cb7cc92af153fb8250da52da7a084 (patch)
tree486d598ba4d58f76f1ff255883359d33c686eb4a /bin/OpenSim.Server.ini.example
parentComment the asset deletion handler. It can be abused and is not currently (diff)
downloadopensim-SC_OLD-c89a9912cc8cb7cc92af153fb8250da52da7a084.zip
opensim-SC_OLD-c89a9912cc8cb7cc92af153fb8250da52da7a084.tar.gz
opensim-SC_OLD-c89a9912cc8cb7cc92af153fb8250da52da7a084.tar.bz2
opensim-SC_OLD-c89a9912cc8cb7cc92af153fb8250da52da7a084.tar.xz
Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames grid service setting
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.Server.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index d4e05af..372923b 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -80,4 +80,7 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
80StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 80StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
81ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" 81ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
82Realm = "regions" 82Realm = "regions"
83
84; If true, duplicate region names are allowed on the grid. If false, no duplicate names are allowed
85; Default is false
83; AllowDuplicateNames = "True" 86; AllowDuplicateNames = "True"