diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 28d2c5bcb9..4ca6d1067f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -454,8 +454,17 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ; ForwardOfflineGroupMessages = true [IntegrationService] + LocalServiceModule = "OpenSim.Services.IntegrationService.dll:IntegrationService" + ;; Location for plugin management data, default is "." + PluginRegistryLocation="/home/opensim/var/run/addin/Integration" + ;; + ;; Each plugin uses it's own ini (for now these are files only) + ;; The initial files are supplied by the plugin when it is installed + ;; and this is the location for the directory for these. + IntegrationConfig = "/home/opensim/etc/Integration" + GridService = "OpenSim.Services.GridService.dll:GridService" PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index c58307b38f..6a18f34016 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -325,8 +325,17 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ;password = http://127.0.0.1/password [IntegrationService] + LocalServiceModule = "OpenSim.Services.IntegrationService.dll:IntegrationService" + ;; Location for plugin management data, default is "." + PluginRegistryLocation="/home/opensim/var/run/addin/Integration" + ;; + ;; Each plugin uses it's own ini (for now these are files only) + ;; The initial files are supplied by the plugin when it is installed + ;; and this is the location for the directory for these. + IntegrationConfig = "/home/opensim/etc/Integration" + GridService = "OpenSim.Services.GridService.dll:GridService" PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"