From c89a9912cc8cb7cc92af153fb8250da52da7a084 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Tue, 19 Jan 2010 19:58:50 +0000 Subject: [PATCH] Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames grid service setting --- bin/OpenSim.Server.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index d4e05af5d0..372923b5eb 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -80,4 +80,7 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" Realm = "regions" + +; If true, duplicate region names are allowed on the grid. If false, no duplicate names are allowed +; Default is false ; AllowDuplicateNames = "True"