aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-01-11 03:29:24 +0000
committerMelanie2010-01-11 03:29:24 +0000
commite966e51b89bdc0fc36482621f8954e5faffc8fbf (patch)
tree94696a2cba39c0d018dd85717a20a8ac449dc3db /bin
parentWhitespace cleanup (diff)
downloadopensim-SC_OLD-e966e51b89bdc0fc36482621f8954e5faffc8fbf.zip
opensim-SC_OLD-e966e51b89bdc0fc36482621f8954e5faffc8fbf.tar.gz
opensim-SC_OLD-e966e51b89bdc0fc36482621f8954e5faffc8fbf.tar.bz2
opensim-SC_OLD-e966e51b89bdc0fc36482621f8954e5faffc8fbf.tar.xz
Add a console_port setting to let the rest console use a different port
from the region server
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index af6345a..d09dc67 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