diff options
author | Diva Canto | 2010-07-14 08:52:22 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-14 08:54:09 -0700 |
commit | 18f6ac7b86cd4038d9f256907891bcd91e469086 (patch) | |
tree | 2f14ca1a0d22771ed81c01e81c488676068781c6 | |
parent | Removed some more debug messages. (diff) | |
download | opensim-SC_OLD-18f6ac7b86cd4038d9f256907891bcd91e469086.zip opensim-SC_OLD-18f6ac7b86cd4038d9f256907891bcd91e469086.tar.gz opensim-SC_OLD-18f6ac7b86cd4038d9f256907891bcd91e469086.tar.bz2 opensim-SC_OLD-18f6ac7b86cd4038d9f256907891bcd91e469086.tar.xz |
Cleaned up a couple of things from OpenSim.ini.example: [Friends] section has been in other inis for a while, not needed here; and [Network] remoteDataPort is obsolete.
-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 4dde96f..cfc44af 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 |
@@ -1303,12 +1300,3 @@ | |||
1303 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | 1300 | ;XmlRpcRouterModule = "XmlRpcRouterModule" |
1304 | ;XmlRpcPort = 20800 | 1301 | ;XmlRpcPort = 20800 |
1305 | 1302 | ||
1306 | [Friends] | ||
1307 | ; The port the friendslist interregion comms will listen on | ||
1308 | ; Defaults to the simulator's TCP port | ||
1309 | ;Port = 0 | ||
1310 | |||
1311 | ; Uncomment one of the lines below. Use FriendsService for local | ||
1312 | ; operation, Connectors for remote operation | ||
1313 | ;Connector = "OpenSim.Services.FriendsService.dll" | ||
1314 | Connector = "OpenSim.Services.Connectors.dll" | ||