12345678910111213141516171819 |
- ;;
- ;; Please don't change this file.
- ;; All optional settings are in StandaloneCommon.ini.example,
- ;; which you can copy and change.
- ;;
- [Includes]
- Include-Common = "config-include/StandaloneCommon.ini"
- [Modules]
- AssetServices = "LocalAssetServicesConnector"
- InventoryServices = "LocalInventoryServicesConnector"
- NeighbourServices = "LocalNeighbourServicesConnector"
- [AssetService]
- LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
- [InventoryService]
- LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
|