aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7eea3b4..00e54db 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1321,3 +1321,8 @@
1321 ; The port the friendslist interregion comms will listen on 1321 ; The port the friendslist interregion comms will listen on
1322 ; Defaults to the simulator's TCP port 1322 ; Defaults to the simulator's TCP port
1323 ;Port = 0 1323 ;Port = 0
1324
1325 ; Uncomment one of the lines below. Use FriendsService for local
1326 ; operation, Connectors for remote operation
1327 ;Connector = "OpenSim.Services.FriendsService.dll"
1328 Connector = "OpenSim.Services.Connectors.dll"