aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-01-11 03:50:24 +0000
committerMelanie2010-01-11 03:50:24 +0000
commit20e748205eb9fbe19d13eec506a9661f93db4dff (patch)
treef91575474cdd083708eb4fabb2a2248a01039e90 /bin
parentMerge branch 'master' into careminster (diff)
parentAdd the console port setting to ROBUST, too (diff)
downloadopensim-SC_OLD-20e748205eb9fbe19d13eec506a9661f93db4dff.zip
opensim-SC_OLD-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.gz
opensim-SC_OLD-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.bz2
opensim-SC_OLD-20e748205eb9fbe19d13eec506a9661f93db4dff.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example1
-rw-r--r--bin/OpenSim.ini.example1
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