diff options
author | Diva Canto | 2009-09-03 12:42:25 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-03 12:42:25 -0700 |
commit | 639bf79aec2e6c7cb0bd660d80978248f1c4f6c0 (patch) | |
tree | 6a5f7c1ebf9c40d946a2cca249f9dce92ac81faf /bin/OpenSim.ConsoleClient.ini.example | |
parent | Fixes seven leaky .BeginInvoke() calls (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.zip opensim-SC-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.gz opensim-SC-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.bz2 opensim-SC-639bf79aec2e6c7cb0bd660d80978248f1c4f6c0.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSim.ConsoleClient.ini.example')
-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 | ||