diff options
author | Justin Clark-Casey (justincc) | 2010-01-19 19:58:50 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-01-19 19:58:50 +0000 |
commit | c89a9912cc8cb7cc92af153fb8250da52da7a084 (patch) | |
tree | 486d598ba4d58f76f1ff255883359d33c686eb4a /bin/OpenSim.Server.ini.example | |
parent | Comment the asset deletion handler. It can be abused and is not currently (diff) | |
download | opensim-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 'bin/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 3 |
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" | |||
80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" | 81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" |
82 | Realm = "regions" | 82 | Realm = "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" |