Add the ability to use -console=rest to the region server. User

and pass are specified the same way as for the ROBUST server
This commit is contained in:
Melanie
2009-08-17 09:21:39 +01:00
parent dc0f0f5da8
commit 3d7bb7567c
5 changed files with 30 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ namespace OpenSim
configSource.AddSwitch("Startup", "gridmode");
configSource.AddSwitch("Startup", "physics");
configSource.AddSwitch("Startup", "gui");
configSource.AddSwitch("Startup", "console");
configSource.AddConfig("StandAlone");
configSource.AddConfig("Network");
@@ -223,4 +224,4 @@ namespace OpenSim
_IsHandlingException = false;
}
}
}
}