diff options
author | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
commit | d9bfc710c09d9a897657dd9c0286a064e7413cc6 (patch) | |
tree | 99a2c479b7c066c2b6f9f6021a026bf7a84dd4b7 /bin/config-include | |
parent | minor: Comment out log line for the SimulatorFeatures cap request for now to ... (diff) | |
download | opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.zip opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.gz opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.bz2 opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.xz |
Replace the tabs that have crept into isolated places in config and config example files with spaces
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/Grid.ini | 40 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 24 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 46 | ||||
-rw-r--r-- | bin/config-include/HyperSimianGrid.ini | 2 | ||||
-rw-r--r-- | bin/config-include/SimianGrid.ini | 4 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 6 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 32 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 91 |
8 files changed, 122 insertions, 123 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 42ecec2..4b01d82 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -8,27 +8,27 @@ | |||
8 | Include-Common = "config-include/GridCommon.ini" | 8 | Include-Common = "config-include/GridCommon.ini" |
9 | 9 | ||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "RemoteAssetServicesConnector" | 11 | AssetServices = "RemoteAssetServicesConnector" |
12 | InventoryServices = "RemoteXInventoryServicesConnector" | 12 | InventoryServices = "RemoteXInventoryServicesConnector" |
13 | GridServices = "RemoteGridServicesConnector" | 13 | GridServices = "RemoteGridServicesConnector" |
14 | AvatarServices = "RemoteAvatarServicesConnector" | 14 | AvatarServices = "RemoteAvatarServicesConnector" |
15 | NeighbourServices = "RemoteNeighbourServicesConnector" | 15 | NeighbourServices = "RemoteNeighbourServicesConnector" |
16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 17 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
18 | PresenceServices = "RemotePresenceServicesConnector" | 18 | PresenceServices = "RemotePresenceServicesConnector" |
19 | UserAccountServices = "RemoteUserAccountServicesConnector" | 19 | UserAccountServices = "RemoteUserAccountServicesConnector" |
20 | GridUserServices = "RemoteGridUserServicesConnector" | 20 | GridUserServices = "RemoteGridUserServicesConnector" |
21 | SimulationServices = "RemoteSimulationConnectorModule" | 21 | SimulationServices = "RemoteSimulationConnectorModule" |
22 | EntityTransferModule = "BasicEntityTransferModule" | 22 | EntityTransferModule = "BasicEntityTransferModule" |
23 | InventoryAccessModule = "BasicInventoryAccessModule" | 23 | InventoryAccessModule = "BasicInventoryAccessModule" |
24 | LandServices = "RemoteLandServicesConnector" | 24 | LandServices = "RemoteLandServicesConnector" |
25 | MapImageService = "MapImageServiceModule" | 25 | MapImageService = "MapImageServiceModule" |
26 | SearchModule = "BasicSearchModule" | 26 | SearchModule = "BasicSearchModule" |
27 | 27 | ||
28 | LandServiceInConnector = true | 28 | LandServiceInConnector = true |
29 | NeighbourServiceInConnector = true | 29 | NeighbourServiceInConnector = true |
30 | SimulationServiceInConnector = true | 30 | SimulationServiceInConnector = true |
31 | LibraryModule = true | 31 | LibraryModule = true |
32 | 32 | ||
33 | [SimulationService] | 33 | [SimulationService] |
34 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 34 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport |
@@ -70,4 +70,4 @@ | |||
70 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | 70 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |
71 | 71 | ||
72 | [MapImageService] | 72 | [MapImageService] |
73 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" | 73 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 8dc3a73..4486f31 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -109,14 +109,14 @@ | |||
109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" | 109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" |
110 | 110 | ||
111 | [EstateDataStore] | 111 | [EstateDataStore] |
112 | ; | 112 | ; |
113 | ; Uncomment if you want centralized estate data at robust server, | 113 | ; Uncomment if you want centralized estate data at robust server, |
114 | ; in which case the URL in [EstateService] will be used | 114 | ; in which case the URL in [EstateService] will be used |
115 | ; | 115 | ; |
116 | ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" | 116 | ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" |
117 | 117 | ||
118 | [EstateService] | 118 | [EstateService] |
119 | EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 119 | EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
120 | 120 | ||
121 | [Messaging] | 121 | [Messaging] |
122 | ; === HG ONLY === | 122 | ; === HG ONLY === |
@@ -171,17 +171,17 @@ | |||
171 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 171 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
172 | ;; If you want to protect your assets from being copied by foreign visitors | 172 | ;; If you want to protect your assets from being copied by foreign visitors |
173 | ;; set this to false. You may want to do this on sims that have licensed content. | 173 | ;; set this to false. You may want to do this on sims that have licensed content. |
174 | ;; Default is true. | 174 | ;; Default is true. |
175 | ; OutboundPermission = True | 175 | ; OutboundPermission = True |
176 | 176 | ||
177 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 177 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling |
178 | ;; and available when they return. True by default. | 178 | ;; and available when they return. True by default. |
179 | ;RestrictInventoryAccessAbroad = True | 179 | ;RestrictInventoryAccessAbroad = True |
180 | 180 | ||
181 | ;; Warning: advanced and unusual. Default is false. | 181 | ;; Warning: advanced and unusual. Default is false. |
182 | ;; Enables configurations where grids share user services, including inventory, | 182 | ;; Enables configurations where grids share user services, including inventory, |
183 | ;; while separating regions' assets from users' assets. Asset transfer between | 183 | ;; while separating regions' assets from users' assets. Asset transfer between |
184 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | 184 | ;; the users' asset server and the regions' asset server is done in HG-like manner. |
185 | ; CheckSeparateAssets = false | 185 | ; CheckSeparateAssets = false |
186 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} | 186 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} |
187 | 187 | ||
@@ -218,7 +218,7 @@ | |||
218 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 218 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
219 | 219 | ||
220 | [MapImageService] | 220 | [MapImageService] |
221 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 221 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
222 | 222 | ||
223 | [AuthorizationService] | 223 | [AuthorizationService] |
224 | ; If you have regions with access restrictions | 224 | ; If you have regions with access restrictions |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 8b47ede..21a5a22 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -8,32 +8,32 @@ | |||
8 | Include-Common = "config-include/GridCommon.ini" | 8 | Include-Common = "config-include/GridCommon.ini" |
9 | 9 | ||
10 | [Startup] | 10 | [Startup] |
11 | WorldMapModule = "HGWorldMap" | 11 | WorldMapModule = "HGWorldMap" |
12 | 12 | ||
13 | [Modules] | 13 | [Modules] |
14 | AssetServices = "HGAssetBroker" | 14 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 15 | InventoryServices = "HGInventoryBroker" |
16 | GridServices = "RemoteGridServicesConnector" | 16 | GridServices = "RemoteGridServicesConnector" |
17 | AvatarServices = "RemoteAvatarServicesConnector" | 17 | AvatarServices = "RemoteAvatarServicesConnector" |
18 | NeighbourServices = "RemoteNeighbourServicesConnector" | 18 | NeighbourServices = "RemoteNeighbourServicesConnector" |
19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | 19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
20 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 20 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
21 | PresenceServices = "RemotePresenceServicesConnector" | 21 | PresenceServices = "RemotePresenceServicesConnector" |
22 | UserAccountServices = "RemoteUserAccountServicesConnector" | 22 | UserAccountServices = "RemoteUserAccountServicesConnector" |
23 | GridUserServices = "RemoteGridUserServicesConnector" | 23 | GridUserServices = "RemoteGridUserServicesConnector" |
24 | SimulationServices = "RemoteSimulationConnectorModule" | 24 | SimulationServices = "RemoteSimulationConnectorModule" |
25 | EntityTransferModule = "HGEntityTransferModule" | 25 | EntityTransferModule = "HGEntityTransferModule" |
26 | InventoryAccessModule = "HGInventoryAccessModule" | 26 | InventoryAccessModule = "HGInventoryAccessModule" |
27 | LandServices = "RemoteLandServicesConnector" | 27 | LandServices = "RemoteLandServicesConnector" |
28 | FriendsModule = "HGFriendsModule" | 28 | FriendsModule = "HGFriendsModule" |
29 | MapImageService = "MapImageServiceModule" | 29 | MapImageService = "MapImageServiceModule" |
30 | UserManagementModule = "HGUserManagementModule" | 30 | UserManagementModule = "HGUserManagementModule" |
31 | SearchModule = "BasicSearchModule" | 31 | SearchModule = "BasicSearchModule" |
32 | 32 | ||
33 | LandServiceInConnector = true | 33 | LandServiceInConnector = true |
34 | NeighbourServiceInConnector = true | 34 | NeighbourServiceInConnector = true |
35 | SimulationServiceInConnector = true | 35 | SimulationServiceInConnector = true |
36 | LibraryModule = true | 36 | LibraryModule = true |
37 | 37 | ||
38 | [SimulationService] | 38 | [SimulationService] |
39 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 39 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport |
@@ -96,7 +96,7 @@ | |||
96 | [HGInstantMessageService] | 96 | [HGInstantMessageService] |
97 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 97 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |
98 | GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" | 98 | GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" |
99 | PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" | 99 | PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" |
100 | UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" | 100 | UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" |
101 | 101 | ||
102 | [MapImageService] | 102 | [MapImageService] |
diff --git a/bin/config-include/HyperSimianGrid.ini b/bin/config-include/HyperSimianGrid.ini index f561dd5..efad577 100644 --- a/bin/config-include/HyperSimianGrid.ini +++ b/bin/config-include/HyperSimianGrid.ini | |||
@@ -55,7 +55,7 @@ | |||
55 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 55 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
56 | NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | 56 | NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" |
57 | 57 | ||
58 | HypergridLinker = true | 58 | HypergridLinker = true |
59 | AllowHypergridMapSearch = true | 59 | AllowHypergridMapSearch = true |
60 | 60 | ||
61 | [LibraryService] | 61 | [LibraryService] |
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini index 8e42fab..5749656 100644 --- a/bin/config-include/SimianGrid.ini +++ b/bin/config-include/SimianGrid.ini | |||
@@ -53,7 +53,7 @@ | |||
53 | [GridService] | 53 | [GridService] |
54 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 54 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
55 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 55 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
56 | NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | 56 | NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" |
57 | 57 | ||
58 | [LibraryService] | 58 | [LibraryService] |
59 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | 59 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" |
@@ -63,7 +63,7 @@ | |||
63 | [AssetService] | 63 | [AssetService] |
64 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 64 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
65 | AssetLoaderArgs = "assets/AssetSets.xml" | 65 | AssetLoaderArgs = "assets/AssetSets.xml" |
66 | 66 | ||
67 | [Groups] | 67 | [Groups] |
68 | Enabled = true | 68 | Enabled = true |
69 | Module = GroupsModule | 69 | Module = GroupsModule |
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 398a76c..6b91d9a 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -9,7 +9,7 @@ | |||
9 | InventoryServices = "LocalInventoryServicesConnector" | 9 | InventoryServices = "LocalInventoryServicesConnector" |
10 | NeighbourServices = "LocalNeighbourServicesConnector" | 10 | NeighbourServices = "LocalNeighbourServicesConnector" |
11 | AuthenticationServices = "LocalAuthenticationServicesConnector" | 11 | AuthenticationServices = "LocalAuthenticationServicesConnector" |
12 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 12 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
13 | GridServices = "LocalGridServicesConnector" | 13 | GridServices = "LocalGridServicesConnector" |
14 | PresenceServices = "LocalPresenceServicesConnector" | 14 | PresenceServices = "LocalPresenceServicesConnector" |
15 | UserProfilesServices = "LocalUserProfilesServicesConnector" | 15 | UserProfilesServices = "LocalUserProfilesServicesConnector" |
@@ -19,8 +19,8 @@ | |||
19 | AvatarServices = "LocalAvatarServicesConnector" | 19 | AvatarServices = "LocalAvatarServicesConnector" |
20 | EntityTransferModule = "BasicEntityTransferModule" | 20 | EntityTransferModule = "BasicEntityTransferModule" |
21 | InventoryAccessModule = "BasicInventoryAccessModule" | 21 | InventoryAccessModule = "BasicInventoryAccessModule" |
22 | MapImageService = "MapImageServiceModule" | 22 | MapImageService = "MapImageServiceModule" |
23 | SearchModule = "BasicSearchModule" | 23 | SearchModule = "BasicSearchModule" |
24 | 24 | ||
25 | LibraryModule = true | 25 | LibraryModule = true |
26 | LLLoginServiceInConnector = true | 26 | LLLoginServiceInConnector = true |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index edccf23..a11a931 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -271,24 +271,24 @@ | |||
271 | ; uas = ${Const|BaseURL}:${Const|PublicPort}/ | 271 | ; uas = ${Const|BaseURL}:${Const|PublicPort}/ |
272 | 272 | ||
273 | [MapImageService] | 273 | [MapImageService] |
274 | ; Set this if you want to change the default | 274 | ; Set this if you want to change the default |
275 | ; TilesStoragePath = "maptiles" | 275 | ; TilesStoragePath = "maptiles" |
276 | 276 | ||
277 | [AuthorizationService] | 277 | [AuthorizationService] |
278 | ; If you have regions with access restrictions | 278 | ; If you have regions with access restrictions |
279 | ; specify them here using the convention | 279 | ; specify them here using the convention |
280 | ; Region_<Region_Name> = <flags> | 280 | ; Region_<Region_Name> = <flags> |
281 | ; Valid flags are: | 281 | ; Valid flags are: |
282 | ; DisallowForeigners -- HG visitors not allowed | 282 | ; DisallowForeigners -- HG visitors not allowed |
283 | ; DisallowResidents -- only Admins and Managers allowed | 283 | ; DisallowResidents -- only Admins and Managers allowed |
284 | ; Example: | 284 | ; Example: |
285 | ; Region_Test_1 = "DisallowForeigners" | 285 | ; Region_Test_1 = "DisallowForeigners" |
286 | 286 | ||
287 | ;; | 287 | ;; |
288 | ;; HG configurations | 288 | ;; HG configurations |
289 | ;; | 289 | ;; |
290 | [GatekeeperService] | 290 | [GatekeeperService] |
291 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented | 291 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
292 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" | 292 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" |
293 | 293 | ||
294 | ; Does this grid allow incoming links to any region in it? | 294 | ; Does this grid allow incoming links to any region in it? |
@@ -344,11 +344,11 @@ | |||
344 | ;; Leave blank or commented for no exceptions. | 344 | ;; Leave blank or commented for no exceptions. |
345 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" | 345 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" |
346 | 346 | ||
347 | ;; This variable controls what is exposed to profiles of local users | 347 | ;; This variable controls what is exposed to profiles of local users |
348 | ;; as seen from outside of this grid. Leave it uncommented for exposing | 348 | ;; as seen from outside of this grid. Leave it uncommented for exposing |
349 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False | 349 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False |
350 | ;; to block this info from being exposed. | 350 | ;; to block this info from being exposed. |
351 | ; ShowUserDetailsInHGProfile = True | 351 | ; ShowUserDetailsInHGProfile = True |
352 | 352 | ||
353 | 353 | ||
354 | [HGInventoryService] | 354 | [HGInventoryService] |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 102947a..1be67db 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -8,35 +8,35 @@ | |||
8 | WorldMapModule = "HGWorldMap" | 8 | WorldMapModule = "HGWorldMap" |
9 | 9 | ||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | AuthenticationServices = "LocalAuthenticationServicesConnector" | 14 | AuthenticationServices = "LocalAuthenticationServicesConnector" |
15 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 15 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
16 | GridServices = "LocalGridServicesConnector" | 16 | GridServices = "LocalGridServicesConnector" |
17 | PresenceServices = "LocalPresenceServicesConnector" | 17 | PresenceServices = "LocalPresenceServicesConnector" |
18 | UserAccountServices = "LocalUserAccountServicesConnector" | 18 | UserAccountServices = "LocalUserAccountServicesConnector" |
19 | GridUserServices = "LocalGridUserServicesConnector" | 19 | GridUserServices = "LocalGridUserServicesConnector" |
20 | SimulationServices = "RemoteSimulationConnectorModule" | 20 | SimulationServices = "RemoteSimulationConnectorModule" |
21 | AvatarServices = "LocalAvatarServicesConnector" | 21 | AvatarServices = "LocalAvatarServicesConnector" |
22 | UserProfilesServices = "LocalUserProfilesServicesConnector" | 22 | UserProfilesServices = "LocalUserProfilesServicesConnector" |
23 | MapImageService = "MapImageServiceModule" | 23 | MapImageService = "MapImageServiceModule" |
24 | EntityTransferModule = "HGEntityTransferModule" | 24 | EntityTransferModule = "HGEntityTransferModule" |
25 | InventoryAccessModule = "HGInventoryAccessModule" | 25 | InventoryAccessModule = "HGInventoryAccessModule" |
26 | FriendsModule = "HGFriendsModule" | 26 | FriendsModule = "HGFriendsModule" |
27 | UserManagementModule = "HGUserManagementModule" | 27 | UserManagementModule = "HGUserManagementModule" |
28 | SearchModule = "BasicSearchModule" | 28 | SearchModule = "BasicSearchModule" |
29 | 29 | ||
30 | InventoryServiceInConnector = true | 30 | InventoryServiceInConnector = true |
31 | AssetServiceInConnector = true | 31 | AssetServiceInConnector = true |
32 | HypergridServiceInConnector = true | 32 | HypergridServiceInConnector = true |
33 | NeighbourServiceInConnector = true | 33 | NeighbourServiceInConnector = true |
34 | LibraryModule = true | 34 | LibraryModule = true |
35 | LLLoginServiceInConnector = true | 35 | LLLoginServiceInConnector = true |
36 | GridInfoServiceInConnector = true | 36 | GridInfoServiceInConnector = true |
37 | AuthenticationServiceInConnector = true | 37 | AuthenticationServiceInConnector = true |
38 | SimulationServiceInConnector = true | 38 | SimulationServiceInConnector = true |
39 | MapImageServiceInConnector = true | 39 | MapImageServiceInConnector = true |
40 | 40 | ||
41 | [SimulationService] | 41 | [SimulationService] |
42 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 42 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport |
@@ -90,13 +90,13 @@ | |||
90 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 90 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
91 | Realm = "regions" | 91 | Realm = "regions" |
92 | StorageProvider = "OpenSim.Data.Null.dll" | 92 | StorageProvider = "OpenSim.Data.Null.dll" |
93 | 93 | ||
94 | ; Needed to display non-default map tile images for remote regions | 94 | ; Needed to display non-default map tile images for remote regions |
95 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" | 95 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" |
96 | 96 | ||
97 | HypergridLinker = true | 97 | HypergridLinker = true |
98 | AllowHypergridMapSearch = true | 98 | AllowHypergridMapSearch = true |
99 | 99 | ||
100 | [PresenceService] | 100 | [PresenceService] |
101 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | 101 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
102 | StorageProvider = "OpenSim.Data.Null.dll" | 102 | StorageProvider = "OpenSim.Data.Null.dll" |
@@ -124,21 +124,21 @@ | |||
124 | Connector = "OpenSim.Services.FriendsService.dll" | 124 | Connector = "OpenSim.Services.FriendsService.dll" |
125 | 125 | ||
126 | [LoginService] | 126 | [LoginService] |
127 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" | 127 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" |
128 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 128 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
129 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 129 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
130 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 130 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
131 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 131 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
132 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 132 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
133 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 133 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
134 | GridService = "OpenSim.Services.GridService.dll:GridService" | 134 | GridService = "OpenSim.Services.GridService.dll:GridService" |
135 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 135 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
136 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 136 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
137 | 137 | ||
138 | ; This inventory service will be used to initialize the user's inventory | 138 | ; This inventory service will be used to initialize the user's inventory |
139 | HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" | 139 | HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" |
140 | HGInventoryServiceConstructorArg = "HGInventoryService" | 140 | HGInventoryServiceConstructorArg = "HGInventoryService" |
141 | 141 | ||
142 | [MapImageService] | 142 | [MapImageService] |
143 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 143 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
144 | 144 | ||
@@ -158,15 +158,14 @@ | |||
158 | ;; for the service | 158 | ;; for the service |
159 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 159 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
160 | GridService = "OpenSim.Services.GridService.dll:GridService" | 160 | GridService = "OpenSim.Services.GridService.dll:GridService" |
161 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 161 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
162 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 162 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
163 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 163 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
164 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 164 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
165 | 165 | ||
166 | ;; 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. | 166 | ;; 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. |
167 | CreateDefaultAvatarEntries = true | 167 | CreateDefaultAvatarEntries = true |
168 | 168 | ||
169 | |||
170 | ;; The interface that local users get when they are in other grids | 169 | ;; The interface that local users get when they are in other grids |
171 | ;; This greatly restricts the inventory operations while in other grids | 170 | ;; This greatly restricts the inventory operations while in other grids |
172 | [HGInventoryService] | 171 | [HGInventoryService] |
@@ -198,8 +197,8 @@ | |||
198 | [HGInstantMessageService] | 197 | [HGInstantMessageService] |
199 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 198 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |
200 | GridService = "OpenSim.Services.GridService.dll:GridService" | 199 | GridService = "OpenSim.Services.GridService.dll:GridService" |
201 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 200 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
202 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 201 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
203 | InGatekeeper = True | 202 | InGatekeeper = True |
204 | 203 | ||
205 | ;; This should always be the very last thing on this file | 204 | ;; This should always be the very last thing on this file |