diff options
author | lbsa71 | 2009-04-16 18:35:23 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-16 18:35:23 +0000 |
commit | 1d12274850c8b51b995361b78010fdaf55ca5f2f (patch) | |
tree | ae7765d8aa4874f888dfeb9a87abc6c767a8f960 /OpenSim/Framework/UserConfig.cs | |
parent | * Started arduous config refactoring task with babystep introduction of commo... (diff) | |
download | opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.zip opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.gz opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.bz2 opensim-SC_OLD-1d12274850c8b51b995361b78010fdaf55ca5f2f.tar.xz |
* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.
Diffstat (limited to 'OpenSim/Framework/UserConfig.cs')
-rw-r--r-- | OpenSim/Framework/UserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index 49668af..ea2cba0 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework | |||
33 | /// <summary> | 33 | /// <summary> |
34 | /// UserConfig -- For User Server Configuration | 34 | /// UserConfig -- For User Server Configuration |
35 | /// </summary> | 35 | /// </summary> |
36 | public class UserConfig:ConfigBase | 36 | public class UserConfig |
37 | { | 37 | { |
38 | public static uint DefaultHttpPort = 8002; | 38 | public static uint DefaultHttpPort = 8002; |
39 | public static bool DefaultHttpSSL = false; | 39 | public static bool DefaultHttpSSL = false; |