diff options
author | Justin Clarke Casey | 2009-03-11 18:02:22 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-11 18:02:22 +0000 |
commit | acad0328b2c50d22fe76ebb7c8de2c97c856b42f (patch) | |
tree | 2379c1ae60c22a4dcee162c5b56d21f367c05bfd /OpenSim/ApplicationPlugins/Rest/Inventory | |
parent | * Fix silly windows prebuild borkage. To use System.Xml, the project must ha... (diff) | |
download | opensim-SC_OLD-acad0328b2c50d22fe76ebb7c8de2c97c856b42f.zip opensim-SC_OLD-acad0328b2c50d22fe76ebb7c8de2c97c856b42f.tar.gz opensim-SC_OLD-acad0328b2c50d22fe76ebb7c8de2c97c856b42f.tar.bz2 opensim-SC_OLD-acad0328b2c50d22fe76ebb7c8de2c97c856b42f.tar.xz |
* Make all coded defaults match settings in OpenSim.ini.example
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using
* OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 2ac1001..8ab9fd2 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
81 | internal static bool Secure = true; | 81 | internal static bool Secure = true; |
82 | internal static bool ExtendedEscape = true; | 82 | internal static bool ExtendedEscape = true; |
83 | internal static bool DumpAsset = false; | 83 | internal static bool DumpAsset = false; |
84 | internal static bool Fill = false; | 84 | internal static bool Fill = true; |
85 | internal static bool FlushEnabled = true; | 85 | internal static bool FlushEnabled = true; |
86 | internal static string Realm = "OpenSim REST"; | 86 | internal static string Realm = "OpenSim REST"; |
87 | internal static string Scheme = AS_BASIC; | 87 | internal static string Scheme = AS_BASIC; |