diff options
author | Diva Canto | 2013-02-19 07:26:40 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-19 07:26:40 -0800 |
commit | 9380d01976726885bd993573aa649f2cb0992909 (patch) | |
tree | e34fd4278fe75f1b01e3f16346bc83f15a16b383 /bin/OpenSim.ini.example | |
parent | Offline IM: moved the Data and MySQL bits to the corresponding places in core... (diff) | |
download | opensim-SC-9380d01976726885bd993573aa649f2cb0992909.zip opensim-SC-9380d01976726885bd993573aa649f2cb0992909.tar.gz opensim-SC-9380d01976726885bd993573aa649f2cb0992909.tar.bz2 opensim-SC-9380d01976726885bd993573aa649f2cb0992909.tar.xz |
First commit of Diva Groups. The Data bits went to OpenSim.Data core, the rest to Addons.Groups.dll.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 44 |
1 files changed, 29 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 674a66c..cb978f1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -931,33 +931,47 @@ | |||
931 | ;; Enables the groups module | 931 | ;; Enables the groups module |
932 | ; Enabled = false | 932 | ; Enabled = false |
933 | 933 | ||
934 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {} Default | 934 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default |
935 | ;; This is the current groups stub in Region.CoreModules.Avatar.Groups. | 935 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at |
936 | ;; All the other settings below only really apply to the Flotsam/SimianGrid | ||
937 | ;; GroupsModule. | ||
938 | ;; This module can use a PHP XmlRpc server from the Flotsam project at | ||
939 | ;; http://code.google.com/p/flotsam/ | 936 | ;; http://code.google.com/p/flotsam/ |
940 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse | 937 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse |
941 | ; Module = Default | 938 | ; Module = Default |
939 | ;; or... use Groups Module V2, which works for standalones and robust grids | ||
940 | ; Module = "Groups Module V2" | ||
942 | 941 | ||
943 | ;# {MessagingEnabled} {Module:GroupsModule} {Is groups messaging enabled?} {true false} true | 942 | ;# {StorageProvider} {Module:Groups Module V2} {The DLL that provides the storage for V2} {OpenSim.Data.MySQL.dll} |
944 | ; MessagingEnabled = true | 943 | ; StorageProvider = OpenSim.Data.MySQL.dll |
945 | |||
946 | ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule} GroupsMessagingModule | ||
947 | ; MessagingModule = GroupsMessagingModule | ||
948 | 944 | ||
949 | ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector | 945 | ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector |
950 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on | 946 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on |
951 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 947 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend or several flavours of V2, Hypergrided or not, standalone or grided. |
952 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector | 948 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector |
953 | 949 | ||
954 | ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI} {} | 950 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local |
955 | ;; URI for the groups services | 951 | ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote |
952 | ; LocalService = local | ||
953 | |||
954 | ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {} | ||
955 | ;; URI for the groups services of this grid | ||
956 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 956 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |
957 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | 957 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid |
958 | ;; or http:://mygridserver.com:8003 for robust, V2 | ||
958 | ; GroupsServerURI = "" | 959 | ; GroupsServerURI = "" |
959 | 960 | ||
960 | ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true | 961 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |
962 | ;; Used for V2 in HG only. For example | ||
963 | ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 | ||
964 | ; HomeURI = "" | ||
965 | |||
966 | ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true | ||
967 | ; MessagingEnabled = true | ||
968 | |||
969 | ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule | ||
970 | ; MessagingModule = GroupsMessagingModule | ||
971 | ;; or use V2 for Groups V2 | ||
972 | ; MessagingModule = "Groups Messaging Module V2" | ||
973 | |||
974 | ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true | ||
961 | ;; Enable Group Notices | 975 | ;; Enable Group Notices |
962 | ; NoticesEnabled = true | 976 | ; NoticesEnabled = true |
963 | 977 | ||