diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5657df8..cae87ee 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1223,7 +1223,7 @@ | |||
1223 | ;PacketMTU = 1400 | 1223 | ;PacketMTU = 1400 |
1224 | 1224 | ||
1225 | 1225 | ||
1226 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1226 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1227 | ;; The following is the configuration section for the new style services | 1227 | ;; The following is the configuration section for the new style services |
1228 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1228 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1229 | [Architecture] | 1229 | [Architecture] |
@@ -1232,7 +1232,7 @@ | |||
1232 | Include-Standalone = "config-include/Standalone.ini" | 1232 | Include-Standalone = "config-include/Standalone.ini" |
1233 | ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" | 1233 | ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" |
1234 | ;Include-Grid = "config-include/Grid.ini" | 1234 | ;Include-Grid = "config-include/Grid.ini" |
1235 | ;Include-Hypergrid = "config-include/GridHypergrid.ini" | 1235 | ;Include-HGGrid = "config-include/GridHypergrid.ini" |
1236 | 1236 | ||
1237 | ; Then choose | 1237 | ; Then choose |
1238 | ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR | 1238 | ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index eaee63d..975132b 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -6,6 +6,10 @@ | |||
6 | 6 | ||
7 | 7 | ||
8 | [AssetService] | 8 | [AssetService] |
9 | ; For the RegionAssetService | ||
10 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | ||
11 | |||
12 | ; For HGAssetBroker | ||
9 | LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService" | 13 | LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService" |
10 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" | 14 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" |
11 | 15 | ||