diff options
author | Melanie Thielker | 2010-05-18 19:25:40 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-05-18 19:25:40 +0200 |
commit | 55f124745ffe743a2d93c2ef93cb5c2f4fe06178 (patch) | |
tree | b2cbe811559084369cb68d2694fb211fbfd61fbb /bin | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-55f124745ffe743a2d93c2ef93cb5c2f4fe06178.zip opensim-SC_OLD-55f124745ffe743a2d93c2ef93cb5c2f4fe06178.tar.gz opensim-SC_OLD-55f124745ffe743a2d93c2ef93cb5c2f4fe06178.tar.bz2 opensim-SC_OLD-55f124745ffe743a2d93c2ef93cb5c2f4fe06178.tar.xz |
Allow remote admin to be used on a different port from the main region port
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6d5ee14..f318a2d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -594,6 +594,10 @@ | |||
594 | 594 | ||
595 | [RemoteAdmin] | 595 | [RemoteAdmin] |
596 | enabled = false | 596 | enabled = false |
597 | |||
598 | ; Set this to a nonzero value to have remote admin use a different port | ||
599 | port = 0 | ||
600 | |||
597 | access_password = unknown | 601 | access_password = unknown |
598 | 602 | ||
599 | ; set this variable to true if you want the create_region XmlRpc | 603 | ; set this variable to true if you want the create_region XmlRpc |