diff options
author | Sean Dague | 2009-09-03 15:01:24 -0400 |
---|---|---|
committer | Sean Dague | 2009-09-03 15:01:24 -0400 |
commit | cff19cbab9bdf63d24ab33ca32e79439147d8833 (patch) | |
tree | ba6f319c6b88692c4531e3f79eae844995c6eee6 | |
parent | in case ruby is somewhere else in the path (just used for coloring output) (diff) | |
parent | * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example (diff) | |
download | opensim-SC_OLD-cff19cbab9bdf63d24ab33ca32e79439147d8833.zip opensim-SC_OLD-cff19cbab9bdf63d24ab33ca32e79439147d8833.tar.gz opensim-SC_OLD-cff19cbab9bdf63d24ab33ca32e79439147d8833.tar.bz2 opensim-SC_OLD-cff19cbab9bdf63d24ab33ca32e79439147d8833.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
-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 | ||