diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/Standalone.ini | 8 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index bd90df4..b9a9462 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -4,9 +4,6 @@ | |||
4 | ;; which you can copy and change. | 4 | ;; which you can copy and change. |
5 | ;; | 5 | ;; |
6 | 6 | ||
7 | [Includes] | ||
8 | Include-Common = "config-include/StandaloneCommon.ini" | ||
9 | |||
10 | [Modules] | 7 | [Modules] |
11 | AssetServices = "LocalAssetServicesConnector" | 8 | AssetServices = "LocalAssetServicesConnector" |
12 | InventoryServices = "LocalInventoryServicesConnector" | 9 | InventoryServices = "LocalInventoryServicesConnector" |
@@ -72,3 +69,8 @@ | |||
72 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 69 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
73 | 70 | ||
74 | WelcomeMessage = "Welcome, Avatar!" | 71 | WelcomeMessage = "Welcome, Avatar!" |
72 | |||
73 | |||
74 | ;; This should always be the very last thing on this file | ||
75 | [Includes] | ||
76 | Include-Common = "config-include/StandaloneCommon.ini" | ||
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index a4fa5be..9ad6d1c 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -3,9 +3,6 @@ | |||
3 | ;; All optional settings are in StandaloneCommon.ini.example, | 3 | ;; All optional settings are in StandaloneCommon.ini.example, |
4 | ;; which you can copy and change. | 4 | ;; which you can copy and change. |
5 | ;; | 5 | ;; |
6 | |||
7 | [Includes] | ||
8 | Include-Common = "config-include/StandaloneCommon.ini" | ||
9 | 6 | ||
10 | [Modules] | 7 | [Modules] |
11 | AssetServices = "HGAssetBroker" | 8 | AssetServices = "HGAssetBroker" |
@@ -112,3 +109,8 @@ | |||
112 | [HGInventoryService] | 109 | [HGInventoryService] |
113 | ; For the InventoryServiceInConnector | 110 | ; For the InventoryServiceInConnector |
114 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | 111 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" |
112 | |||
113 | |||
114 | ;; This should always be the very last thing on this file | ||
115 | [Includes] | ||
116 | Include-Common = "config-include/StandaloneCommon.ini" | ||