diff options
author | Melanie | 2009-08-17 09:21:39 +0100 |
---|---|---|
committer | Melanie | 2009-08-17 09:21:39 +0100 |
commit | 3d7bb7567c7452d4a1216db5656d0b02957cf950 (patch) | |
tree | 5fe5b003a1ba140e1a5cb4cfda32d8569c3fee5e /OpenSim/Region/Application/Application.cs | |
parent | Limit the scrollback buffer output of the command line client to (diff) | |
download | opensim-SC-3d7bb7567c7452d4a1216db5656d0b02957cf950.zip opensim-SC-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.gz opensim-SC-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.bz2 opensim-SC-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.xz |
Add the ability to use -console=rest to the region server. User
and pass are specified the same way as for the ROBUST server
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index df80290..2fd26bf 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -120,6 +120,7 @@ namespace OpenSim | |||
120 | configSource.AddSwitch("Startup", "gridmode"); | 120 | configSource.AddSwitch("Startup", "gridmode"); |
121 | configSource.AddSwitch("Startup", "physics"); | 121 | configSource.AddSwitch("Startup", "physics"); |
122 | configSource.AddSwitch("Startup", "gui"); | 122 | configSource.AddSwitch("Startup", "gui"); |
123 | configSource.AddSwitch("Startup", "console"); | ||
123 | 124 | ||
124 | configSource.AddConfig("StandAlone"); | 125 | configSource.AddConfig("StandAlone"); |
125 | configSource.AddConfig("Network"); | 126 | configSource.AddConfig("Network"); |
@@ -223,4 +224,4 @@ namespace OpenSim | |||
223 | _IsHandlingException = false; | 224 | _IsHandlingException = false; |
224 | } | 225 | } |
225 | } | 226 | } |
226 | } \ No newline at end of file | 227 | } |