diff options
author | Melanie | 2010-01-11 03:50:24 +0000 |
---|---|---|
committer | Melanie | 2010-01-11 03:50:24 +0000 |
commit | 20e748205eb9fbe19d13eec506a9661f93db4dff (patch) | |
tree | f91575474cdd083708eb4fabb2a2248a01039e90 /bin | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Add the console port setting to ROBUST, too (diff) | |
download | opensim-SC-20e748205eb9fbe19d13eec506a9661f93db4dff.zip opensim-SC-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.gz opensim-SC-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.bz2 opensim-SC-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 1 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index f3d222f..12af0cd 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -22,6 +22,7 @@ port = 8003 | |||
22 | ; * Leave commented to diable logins to the console | 22 | ; * Leave commented to diable logins to the console |
23 | ;ConsoleUser = Test | 23 | ;ConsoleUser = Test |
24 | ;ConsolePass = secret | 24 | ;ConsolePass = secret |
25 | ;ConsolePort = 0 | ||
25 | 26 | ||
26 | ; * As an example, the below configuration precisely mimicks the legacy | 27 | ; * As an example, the below configuration precisely mimicks the legacy |
27 | ; * asset server. It is read by the asset IN connector (defined above) | 28 | ; * asset server. It is read by the asset IN connector (defined above) |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 43e1d50..fa2a4a1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -326,6 +326,7 @@ | |||
326 | ConsoleUser = "Test" | 326 | ConsoleUser = "Test" |
327 | ConsolePass = "secret" | 327 | ConsolePass = "secret" |
328 | http_listener_port = 9000 | 328 | http_listener_port = 9000 |
329 | console_port = 0 | ||
329 | default_location_x = 1000 | 330 | default_location_x = 1000 |
330 | default_location_y = 1000 | 331 | default_location_y = 1000 |
331 | 332 | ||