diff options
author | Diva Canto | 2014-05-03 17:13:53 -0700 |
---|---|---|
committer | Diva Canto | 2014-05-03 17:13:53 -0700 |
commit | 5a10da3ee89934e366c1d69833b81605dbc35017 (patch) | |
tree | 051ee28028598bc8e37e0008bd824cc6689a659b /bin/OpenSim.ini.example | |
parent | Mantis 7144 missing ATTACH_AVATAR_CENTER constant (diff) | |
download | opensim-SC-5a10da3ee89934e366c1d69833b81605dbc35017.zip opensim-SC-5a10da3ee89934e366c1d69833b81605dbc35017.tar.gz opensim-SC-5a10da3ee89934e366c1d69833b81605dbc35017.tar.bz2 opensim-SC-5a10da3ee89934e366c1d69833b81605dbc35017.tar.xz |
Added a optional key between the group remote connectors, sim and service. This allows for more secure group services, to be used by collections of mutually-trusting grids.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1395d72..8742313 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -996,6 +996,10 @@ | |||
996 | ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote | 996 | ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote |
997 | ; LocalService = local | 997 | ; LocalService = local |
998 | 998 | ||
999 | ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} "" | ||
1000 | ;; Used for V2 in Remote only. | ||
1001 | ; SecretKey = "" | ||
1002 | |||
999 | ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {} | 1003 | ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {} |
1000 | ;; URI for the groups services of this grid | 1004 | ;; URI for the groups services of this grid |
1001 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 1005 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |