diff options
author | Melanie | 2010-02-25 03:14:23 +0000 |
---|---|---|
committer | Melanie | 2010-02-25 03:14:23 +0000 |
commit | 0b73ee3cd8ec8f427c753668ba0fa83a810cff85 (patch) | |
tree | 99060d70c22c2932996ba476e4f518cabcac6914 /bin | |
parent | Grab the presence module and load the friends connector into the friends module (diff) | |
download | opensim-SC_OLD-0b73ee3cd8ec8f427c753668ba0fa83a810cff85.zip opensim-SC_OLD-0b73ee3cd8ec8f427c753668ba0fa83a810cff85.tar.gz opensim-SC_OLD-0b73ee3cd8ec8f427c753668ba0fa83a810cff85.tar.bz2 opensim-SC_OLD-0b73ee3cd8ec8f427c753668ba0fa83a810cff85.tar.xz |
Add part of the needed config examples
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
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" | ||