aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ConsoleClient.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-03 20:00:18 +0100
committerJustin Clark-Casey (justincc)2009-09-03 20:00:18 +0100
commit6b70b5709913e9734f5864560e997b34dfd58b85 (patch)
treebad04342d751c5c1f1269b14696c1357c1f7e69e /bin/OpenSim.ConsoleClient.ini.example
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-6b70b5709913e9734f5864560e997b34dfd58b85.zip
opensim-SC_OLD-6b70b5709913e9734f5864560e997b34dfd58b85.tar.gz
opensim-SC_OLD-6b70b5709913e9734f5864560e997b34dfd58b85.tar.bz2
opensim-SC_OLD-6b70b5709913e9734f5864560e997b34dfd58b85.tar.xz
* Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example
Diffstat (limited to 'bin/OpenSim.ConsoleClient.ini.example')
-rw-r--r--bin/OpenSim.ConsoleClient.ini.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example
index 628ff86..5223d1d 100644
--- a/bin/OpenSim.ConsoleClient.ini.example
+++ b/bin/OpenSim.ConsoleClient.ini.example
@@ -1,12 +1,14 @@
1[Startup] 1[Startup]
2 ; set here or use the -user command-line switch 2 ; Set here or use the -user command-line switch
3 ;user = Test 3 ;user = Test
4 4
5 ; set here or use the -host command-line switch 5 ; Set here or use the -host command-line switch
6 ;host = localhost 6 ;host = localhost
7 7
8 ; set here or use the -port command-line switch 8 ; Set here or use the -port command-line switch
9 ;port = 8003 9 ;port = 8003
10 10
11 ; set here or use the -pass command-line switch 11 ; Set here or use the -pass command-line switch
12 ; Please be aware that this is not secure since the password is in the clear
13 ; we recommend the use of -pass wherever possible
12 ;pass = secret 14 ;pass = secret