diff options
author | Dave Coyle | 2009-08-19 15:19:18 -0400 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-03 19:56:05 +0100 |
commit | bc6b4c5bf6a00444bd9553d515983e1fe0b397d5 (patch) | |
tree | eb57645ccab68c0e12b0c16c8a9b44f96abdbafc /bin/OpenSim.ConsoleClient.ini.example | |
parent | If a test dll fails, stop immediately rather than trying all the other test dlls (diff) | |
download | opensim-SC_OLD-bc6b4c5bf6a00444bd9553d515983e1fe0b397d5.zip opensim-SC_OLD-bc6b4c5bf6a00444bd9553d515983e1fe0b397d5.tar.gz opensim-SC_OLD-bc6b4c5bf6a00444bd9553d515983e1fe0b397d5.tar.bz2 opensim-SC_OLD-bc6b4c5bf6a00444bd9553d515983e1fe0b397d5.tar.xz |
document options in OpenSim.ConsoleClient.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ConsoleClient.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example index beea7d8..628ff86 100644 --- a/bin/OpenSim.ConsoleClient.ini.example +++ b/bin/OpenSim.ConsoleClient.ini.example | |||
@@ -1 +1,12 @@ | |||
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 | ;pass = secret | ||