diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7eea3b4ae8..00e54db8e5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1321,3 +1321,8 @@ ; The port the friendslist interregion comms will listen on ; Defaults to the simulator's TCP port ;Port = 0 + + ; Uncomment one of the lines below. Use FriendsService for local + ; operation, Connectors for remote operation + ;Connector = "OpenSim.Services.FriendsService.dll" + Connector = "OpenSim.Services.Connectors.dll"