diff options
author | John Hurliman | 2010-02-22 14:10:19 -0800 |
---|---|---|
committer | John Hurliman | 2010-02-22 14:10:19 -0800 |
commit | 71c6559a91a58d93588dcdd8c74b5fce0c1a3780 (patch) | |
tree | cca5b1ea88ad4b29156767afdd77e37ec072c8a7 /bin/OpenSim.Server.ini.example | |
parent | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... (diff) | |
parent | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff) | |
download | opensim-SC-71c6559a91a58d93588dcdd8c74b5fce0c1a3780.zip opensim-SC-71c6559a91a58d93588dcdd8c74b5fce0c1a3780.tar.gz opensim-SC-71c6559a91a58d93588dcdd8c74b5fce0c1a3780.tar.bz2 opensim-SC-71c6559a91a58d93588dcdd8c74b5fce0c1a3780.tar.xz |
Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim into presence-refactor
Diffstat (limited to '')
-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" | ||