From 682ec53420ffac9918febc12b7140363602812e5 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 26 Jun 2008 17:20:08 +0000 Subject: As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). --- bin/OpenSim.Example.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 bin/OpenSim.Example.xml (limited to 'bin') diff --git a/bin/OpenSim.Example.xml b/bin/OpenSim.Example.xml new file mode 100644 index 0000000..97abde9 --- /dev/null +++ b/bin/OpenSim.Example.xml @@ -0,0 +1,48 @@ + +
+ + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ +
+
+ +
+
\ No newline at end of file -- cgit v1.1