aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example30
-rw-r--r--bin/config-include/StandaloneHypergrid.ini7
2 files changed, 27 insertions, 10 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f80044e..8c23c41 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"
@@ -240,7 +240,7 @@
240;; HG configurations 240;; HG configurations
241;; 241;;
242[GatekeeperService] 242[GatekeeperService]
243 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented 243 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
244 ; ExternalName = "http://127.0.0.1:9000" 244 ; ExternalName = "http://127.0.0.1:9000"
245 245
246 ; Does this grid allow incoming links to any region in it? 246 ; Does this grid allow incoming links to any region in it?
@@ -297,11 +297,11 @@
297 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 297 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
298 298
299[HGInventoryService] 299[HGInventoryService]
300 ;; If you have this set under [Startup], no need to set it here, leave it commented 300 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
301 ; HomeURI = "http://127.0.0.1:9000" 301 ; HomeURI = "http://127.0.0.1:9000"
302 302
303[HGAssetService] 303[HGAssetService]
304 ;; If you have this set under [Startup], no need to set it here, leave it commented 304 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
305 ; HomeURI = "http://127.0.0.1:9000" 305 ; HomeURI = "http://127.0.0.1:9000"
306 306
307 ;; The asset types that this grid can export to / import from other grids. 307 ;; The asset types that this grid can export to / import from other grids.
@@ -318,7 +318,7 @@
318 318
319 319
320[HGInventoryAccessModule] 320[HGInventoryAccessModule]
321 ;; If you have these set under [Startup], no need to set it here, leave it commented 321 ;; If you have these set under [Hypergrid], no need to set it here, leave it commented
322 ; HomeURI = "http://127.0.0.1:9000" 322 ; HomeURI = "http://127.0.0.1:9000"
323 ; GatekeeperURI = "http://127.0.0.1:9000" 323 ; GatekeeperURI = "http://127.0.0.1:9000"
324 324
@@ -337,7 +337,7 @@
337 337
338[Messaging] 338[Messaging]
339 ; === HG ONLY === 339 ; === HG ONLY ===
340 ;; If you have this set under [Startup], no need to set it here, leave it commented 340 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
341 ; GatekeeperURI = "http://127.0.0.1:9000" 341 ; GatekeeperURI = "http://127.0.0.1:9000"
342 342
343 343
@@ -352,3 +352,19 @@
352 ;; If appearance is restricted, which accounts' appearances are allowed to be exported? 352 ;; If appearance is restricted, which accounts' appearances are allowed to be exported?
353 ;; Comma-separated list of account names 353 ;; Comma-separated list of account names
354 AccountForAppearance = "Test User, Astronaut Smith" 354 AccountForAppearance = "Test User, Astronaut Smith"
355
356;; UserProfiles Service
357;;
358;; To use, set Enabled to true then configure for your site...
359[UserProfilesService]
360 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
361 Enabled = false
362
363 ;; Configure this for separate databse
364 ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
365 ; Realm = UserProfiles
366
367 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
368 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
369
370
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 195e780..39c33e8 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -19,6 +19,7 @@
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"
@@ -55,8 +56,6 @@
55 HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" 56 HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
56 57
57[InventoryService] 58[InventoryService]
58 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
59
60 ; For HGInventoryBroker 59 ; For HGInventoryBroker
61 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 60 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
62 61
@@ -147,6 +146,9 @@
147 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 146 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
148 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 147 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
149 148
149 ;; 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.
150 CreateDefaultAvatarEntries = true
151
150 152
151;; The interface that local users get when they are in other grids 153;; The interface that local users get when they are in other grids
152;; This greatly restricts the inventory operations while in other grids 154;; This greatly restricts the inventory operations while in other grids
@@ -183,7 +185,6 @@
183 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 185 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
184 InGatekeeper = True 186 InGatekeeper = True
185 187
186
187;; This should always be the very last thing on this file 188;; This should always be the very last thing on this file
188[Includes] 189[Includes]
189 Include-Common = "config-include/StandaloneCommon.ini" 190 Include-Common = "config-include/StandaloneCommon.ini"