aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-08-17 08:48:37 +0100
committerMelanie2009-08-17 08:48:37 +0100
commit24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f (patch)
treec442abd6bf3c781dee3bbfaaf3c6588f274a7535 /bin
parentAdd the OpenSim.ConsoleClient app. (diff)
downloadopensim-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
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example6
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]
15port = 8003 15port = 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,