diff options
author | Diva Canto | 2010-02-22 09:56:03 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-22 09:56:03 -0800 |
commit | 0d85f4f8612ce8c839b8cf75668978e1860ddad3 (patch) | |
tree | 5ff70ac4edcf6ccacfe5d7aa5a01d77c82c54663 /bin/OpenSim.Server.ini.example | |
parent | One more test running. (diff) | |
download | opensim-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/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 14 |
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] | ||
131 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
132 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | ||
133 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" | ||
134 | Realm = "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" | ||