diff options
author | Melanie | 2009-09-03 21:04:06 +0100 |
---|---|---|
committer | Melanie | 2009-09-03 21:04:06 +0100 |
commit | 5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf (patch) | |
tree | e48751a92b2ac8bad613c0a1355a9206fe596fd0 /bin | |
parent | Remove the distinction between password and login key in the authentication (diff) | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.zip opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.gz opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.bz2 opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.xz |
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ConsoleClient.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example index beea7d8..5223d1d 100644 --- a/bin/OpenSim.ConsoleClient.ini.example +++ b/bin/OpenSim.ConsoleClient.ini.example | |||
@@ -1 +1,14 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | ; Set here or use the -user command-line switch | ||
3 | ;user = Test | ||
4 | |||
5 | ; Set here or use the -host command-line switch | ||
6 | ;host = localhost | ||
7 | |||
8 | ; Set here or use the -port command-line switch | ||
9 | ;port = 8003 | ||
10 | |||
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 | ||
14 | ;pass = secret | ||