aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-02-22 09:56:03 -0800
committerDiva Canto2010-02-22 09:56:03 -0800
commit0d85f4f8612ce8c839b8cf75668978e1860ddad3 (patch)
tree5ff70ac4edcf6ccacfe5d7aa5a01d77c82c54663 /bin
parentOne more test running. (diff)
downloadopensim-SC_OLD-0d85f4f8612ce8c839b8cf75668978e1860ddad3.zip
opensim-SC_OLD-0d85f4f8612ce8c839b8cf75668978e1860ddad3.tar.gz
opensim-SC_OLD-0d85f4f8612ce8c839b8cf75668978e1860ddad3.tar.bz2
opensim-SC_OLD-0d85f4f8612ce8c839b8cf75668978e1860ddad3.tar.xz
Deleted duplicate [GridService] section.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example14
1 files changed, 0 insertions, 14 deletions
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
122 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 122 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
123 123
124 WelcomeMessage = "Welcome, Avatar!" 124 WelcomeMessage = "Welcome, Avatar!"
125
126; * This is the new style grid service.
127; * "Realm" is the table that is used for user lookup.
128; * It defaults to "regions", which uses the legacy tables
129; *
130[GridService]
131LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
132StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
133ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
134Realm = "regions"
135
136; If true, duplicate region names are allowed on the grid. If false, no duplicate names are allowed
137; Default is false
138; AllowDuplicateNames = "True"