diff options
author | Melanie | 2009-08-17 08:48:37 +0100 |
---|---|---|
committer | Melanie | 2009-08-17 08:48:37 +0100 |
commit | 24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f (patch) | |
tree | c442abd6bf3c781dee3bbfaaf3c6588f274a7535 | |
parent | Add the OpenSim.ConsoleClient app. (diff) | |
download | opensim-SC_OLD-24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f.zip opensim-SC_OLD-24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f.tar.gz opensim-SC_OLD-24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f.tar.bz2 opensim-SC_OLD-24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f.tar.xz |
Add the remote console parameters to the example file
-rw-r--r-- | bin/OpenSim.Server.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index f0c0de9..aab0566 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -14,6 +14,12 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S | |||
14 | [Network] | 14 | [Network] |
15 | port = 8003 | 15 | port = 8003 |
16 | 16 | ||
17 | ; * The following are for the remote console | ||
18 | ; * They have no effect for the local or basic console types | ||
19 | ; * Leave commented to diable logins to the console | ||
20 | ;ConsoleUser = Test | ||
21 | ;ConsolePass = secret | ||
22 | |||
17 | ; * As an example, the below configuration precisely mimicks the legacy | 23 | ; * As an example, the below configuration precisely mimicks the legacy |
18 | ; * asset server. It is read by the asset IN connector (defined above) | 24 | ; * asset server. It is read by the asset IN connector (defined above) |
19 | ; * and it then loads the OUT connector (a local database module). That, | 25 | ; * and it then loads the OUT connector (a local database module). That, |