From ed2afb8454969c34ef497d5a99fa94013c582864 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Tue, 8 May 2012 08:57:58 -0400 Subject: [PATCH] Update Robust configuration examples for IntegrationService --- bin/Robust.HG.ini.example | 9 +++++++++ bin/Robust.ini.example | 9 +++++++++ 2 files changed, 18 insertions(+) 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"