From 0d85f4f8612ce8c839b8cf75668978e1860ddad3 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 22 Feb 2010 09:56:03 -0800 Subject: Deleted duplicate [GridService] section. --- bin/OpenSim.Server.ini.example | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 0535765..54101b0 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -122,17 +122,3 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" WelcomeMessage = "Welcome, Avatar!" - -; * This is the new style grid service. -; * "Realm" is the table that is used for user lookup. -; * It defaults to "regions", which uses the legacy tables -; * -[GridService] -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" -- cgit v1.1