diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a533f45..54c013a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -288,9 +288,6 @@ | |||
288 | ; if not defined - default machine name is being used | 288 | ; if not defined - default machine name is being used |
289 | ; (on Windows this mean NETBIOS name - useably only inside local network) | 289 | ; (on Windows this mean NETBIOS name - useably only inside local network) |
290 | ; ExternalHostNameForLSL=127.0.0.1 | 290 | ; ExternalHostNameForLSL=127.0.0.1 |
291 | ; Uncomment below to enable llRemoteData/remote channels | ||
292 | ; remoteDataPort = 20800 | ||
293 | |||
294 | 291 | ||
295 | ; What is reported as the "X-Secondlife-Shard" | 292 | ; What is reported as the "X-Secondlife-Shard" |
296 | ; Defaults to the user server url if not set | 293 | ; Defaults to the user server url if not set |
@@ -1308,12 +1305,3 @@ | |||
1308 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | 1305 | ;XmlRpcRouterModule = "XmlRpcRouterModule" |
1309 | ;XmlRpcPort = 20800 | 1306 | ;XmlRpcPort = 20800 |
1310 | 1307 | ||
1311 | [Friends] | ||
1312 | ; The port the friendslist interregion comms will listen on | ||
1313 | ; Defaults to the simulator's TCP port | ||
1314 | ;Port = 0 | ||
1315 | |||
1316 | ; Uncomment one of the lines below. Use FriendsService for local | ||
1317 | ; operation, Connectors for remote operation | ||
1318 | ;Connector = "OpenSim.Services.FriendsService.dll" | ||
1319 | Connector = "OpenSim.Services.Connectors.dll" | ||