aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/Grid.ini1
-rw-r--r--bin/config-include/GridCommon.ini.example9
-rw-r--r--bin/config-include/GridHypergrid.ini1
-rw-r--r--bin/config-include/Standalone.ini1
-rw-r--r--bin/config-include/StandaloneCommon.ini.example33
-rw-r--r--bin/config-include/StandaloneHypergrid.ini8
6 files changed, 43 insertions, 10 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index cb3a5c8..15ba55a 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -23,6 +23,7 @@
23 InventoryAccessModule = "BasicInventoryAccessModule" 23 InventoryAccessModule = "BasicInventoryAccessModule"
24 LandServices = "RemoteLandServicesConnector" 24 LandServices = "RemoteLandServicesConnector"
25 MapImageService = "MapImageServiceModule" 25 MapImageService = "MapImageServiceModule"
26 SearchModule = "BasicSearchModule"
26 27
27 LandServiceInConnector = true 28 LandServiceInConnector = true
28 NeighbourServiceInConnector = true 29 NeighbourServiceInConnector = true
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index d12ea5b..920a691 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -205,3 +205,12 @@
205 ; DisallowResidents -- only Admins and Managers allowed 205 ; DisallowResidents -- only Admins and Managers allowed
206 ; Example: 206 ; Example:
207 ; Region_Test_1 = "DisallowForeigners" 207 ; Region_Test_1 = "DisallowForeigners"
208
209
210;; Uncomment if you are using SimianGrid for grid services
211[SimianGrid]
212 ;; SimianGrid services URL
213 ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
214
215 ;; Capability assigned by the grid administrator for the simulator
216 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" \ No newline at end of file
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 31a4059..7edcafb 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -28,6 +28,7 @@
28 FriendsModule = "HGFriendsModule" 28 FriendsModule = "HGFriendsModule"
29 MapImageService = "MapImageServiceModule" 29 MapImageService = "MapImageServiceModule"
30 UserManagementModule = "HGUserManagementModule" 30 UserManagementModule = "HGUserManagementModule"
31 SearchModule = "BasicSearchModule"
31 32
32 LandServiceInConnector = true 33 LandServiceInConnector = true
33 NeighbourServiceInConnector = true 34 NeighbourServiceInConnector = true
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index ba72fe7..d3b9cb4 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -19,6 +19,7 @@
19 EntityTransferModule = "BasicEntityTransferModule" 19 EntityTransferModule = "BasicEntityTransferModule"
20 InventoryAccessModule = "BasicInventoryAccessModule" 20 InventoryAccessModule = "BasicInventoryAccessModule"
21 MapImageService = "MapImageServiceModule" 21 MapImageService = "MapImageServiceModule"
22 SearchModule = "BasicSearchModule"
22 23
23 LibraryModule = true 24 LibraryModule = true
24 LLLoginServiceInConnector = true 25 LLLoginServiceInConnector = true
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f80044e..6b991a8 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -85,7 +85,7 @@
85 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 85 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
86 86
87 ; === HG ONLY === 87 ; === HG ONLY ===
88 ;; If you have this set under [Startup], no need to set it here, leave it commented 88 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
89 ; GatekeeperURI="http://127.0.0.1:9000" 89 ; GatekeeperURI="http://127.0.0.1:9000"
90 90
91[LibraryModule] 91[LibraryModule]
@@ -94,7 +94,7 @@
94 94
95[LoginService] 95[LoginService]
96 WelcomeMessage = "Welcome, Avatar!" 96 WelcomeMessage = "Welcome, Avatar!"
97 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented 97 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented
98 ; GatekeeperURI = "http://127.0.0.1:9000" 98 ; GatekeeperURI = "http://127.0.0.1:9000"
99 99
100 SRV_HomeURI = "http://127.0.0.1:9000" 100 SRV_HomeURI = "http://127.0.0.1:9000"
@@ -115,6 +115,9 @@
115 ;; Ask co-operative viewers to use a different currency name 115 ;; Ask co-operative viewers to use a different currency name
116 ;Currency = "" 116 ;Currency = ""
117 117
118 ;; Set minimum fee to publish classified
119 ; ClassifiedFee = 0
120
118 ;; Regular expressions for controlling which client versions are accepted/denied. 121 ;; Regular expressions for controlling which client versions are accepted/denied.
119 ;; An empty string means nothing is checked. 122 ;; An empty string means nothing is checked.
120 ;; 123 ;;
@@ -240,7 +243,7 @@
240;; HG configurations 243;; HG configurations
241;; 244;;
242[GatekeeperService] 245[GatekeeperService]
243 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented 246 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
244 ; ExternalName = "http://127.0.0.1:9000" 247 ; ExternalName = "http://127.0.0.1:9000"
245 248
246 ; Does this grid allow incoming links to any region in it? 249 ; Does this grid allow incoming links to any region in it?
@@ -297,11 +300,11 @@
297 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 300 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
298 301
299[HGInventoryService] 302[HGInventoryService]
300 ;; If you have this set under [Startup], no need to set it here, leave it commented 303 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
301 ; HomeURI = "http://127.0.0.1:9000" 304 ; HomeURI = "http://127.0.0.1:9000"
302 305
303[HGAssetService] 306[HGAssetService]
304 ;; If you have this set under [Startup], no need to set it here, leave it commented 307 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
305 ; HomeURI = "http://127.0.0.1:9000" 308 ; HomeURI = "http://127.0.0.1:9000"
306 309
307 ;; The asset types that this grid can export to / import from other grids. 310 ;; The asset types that this grid can export to / import from other grids.
@@ -318,7 +321,7 @@
318 321
319 322
320[HGInventoryAccessModule] 323[HGInventoryAccessModule]
321 ;; If you have these set under [Startup], no need to set it here, leave it commented 324 ;; If you have these set under [Hypergrid], no need to set it here, leave it commented
322 ; HomeURI = "http://127.0.0.1:9000" 325 ; HomeURI = "http://127.0.0.1:9000"
323 ; GatekeeperURI = "http://127.0.0.1:9000" 326 ; GatekeeperURI = "http://127.0.0.1:9000"
324 327
@@ -337,7 +340,7 @@
337 340
338[Messaging] 341[Messaging]
339 ; === HG ONLY === 342 ; === HG ONLY ===
340 ;; If you have this set under [Startup], no need to set it here, leave it commented 343 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
341 ; GatekeeperURI = "http://127.0.0.1:9000" 344 ; GatekeeperURI = "http://127.0.0.1:9000"
342 345
343 346
@@ -352,3 +355,19 @@
352 ;; If appearance is restricted, which accounts' appearances are allowed to be exported? 355 ;; If appearance is restricted, which accounts' appearances are allowed to be exported?
353 ;; Comma-separated list of account names 356 ;; Comma-separated list of account names
354 AccountForAppearance = "Test User, Astronaut Smith" 357 AccountForAppearance = "Test User, Astronaut Smith"
358
359;; UserProfiles Service
360;;
361;; To use, set Enabled to true then configure for your site...
362[UserProfilesService]
363 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
364 Enabled = false
365
366 ;; Configure this for separate databse
367 ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
368 ; Realm = UserProfiles
369
370 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
371 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
372
373
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 195e780..3abf49b 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -19,11 +19,13 @@
19 GridUserServices = "LocalGridUserServicesConnector" 19 GridUserServices = "LocalGridUserServicesConnector"
20 SimulationServices = "RemoteSimulationConnectorModule" 20 SimulationServices = "RemoteSimulationConnectorModule"
21 AvatarServices = "LocalAvatarServicesConnector" 21 AvatarServices = "LocalAvatarServicesConnector"
22 UserProfilesServices = "LocalUserProfilesServicesConnector"
22 MapImageService = "MapImageServiceModule" 23 MapImageService = "MapImageServiceModule"
23 EntityTransferModule = "HGEntityTransferModule" 24 EntityTransferModule = "HGEntityTransferModule"
24 InventoryAccessModule = "HGInventoryAccessModule" 25 InventoryAccessModule = "HGInventoryAccessModule"
25 FriendsModule = "HGFriendsModule" 26 FriendsModule = "HGFriendsModule"
26 UserManagementModule = "HGUserManagementModule" 27 UserManagementModule = "HGUserManagementModule"
28 SearchModule = "BasicSearchModule"
27 29
28 InventoryServiceInConnector = true 30 InventoryServiceInConnector = true
29 AssetServiceInConnector = true 31 AssetServiceInConnector = true
@@ -55,8 +57,6 @@
55 HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" 57 HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
56 58
57[InventoryService] 59[InventoryService]
58 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
59
60 ; For HGInventoryBroker 60 ; For HGInventoryBroker
61 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 61 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
62 62
@@ -147,6 +147,9 @@
147 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 147 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
148 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 148 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
149 149
150 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 to show a default "Ruth" avatar rather than a cloud.
151 CreateDefaultAvatarEntries = true
152
150 153
151;; The interface that local users get when they are in other grids 154;; The interface that local users get when they are in other grids
152;; This greatly restricts the inventory operations while in other grids 155;; This greatly restricts the inventory operations while in other grids
@@ -183,7 +186,6 @@
183 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 186 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
184 InGatekeeper = True 187 InGatekeeper = True
185 188
186
187;; This should always be the very last thing on this file 189;; This should always be the very last thing on this file
188[Includes] 190[Includes]
189 Include-Common = "config-include/StandaloneCommon.ini" 191 Include-Common = "config-include/StandaloneCommon.ini"