aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJeff Ames2008-04-08 16:22:14 +0000
committerJeff Ames2008-04-08 16:22:14 +0000
commitc412a476c2a4016a18aacd68149194aac902cba8 (patch)
tree762bdba1a669126760ad53937dc88b5881b0e4b2 /bin
parent* Update code to use patched libsecondlife.dll which removes the problem wher... (diff)
downloadopensim-SC_OLD-c412a476c2a4016a18aacd68149194aac902cba8.zip
opensim-SC_OLD-c412a476c2a4016a18aacd68149194aac902cba8.tar.gz
opensim-SC_OLD-c412a476c2a4016a18aacd68149194aac902cba8.tar.bz2
opensim-SC_OLD-c412a476c2a4016a18aacd68149194aac902cba8.tar.xz
Update value in OpenSim.ini.example to new DLL name.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6d89b3e..42f0d30 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -6,8 +6,8 @@ gridmode = false
6; ## 6; ##
7 7
8; *** Prim Storage - only leave one storage_plugin uncommented *** 8; *** Prim Storage - only leave one storage_plugin uncommented ***
9; --- The NullStorage stores nothing - effectively disabling persistence: 9; --- Null stores nothing - effectively disabling persistence:
10storage_plugin = "OpenSim.DataStore.NullStorage.dll" 10storage_plugin = "OpenSim.Data.Null.dll"
11 11
12; --- To use sqlite as region storage: 12; --- To use sqlite as region storage:
13;storage_plugin = "OpenSim.Data.SQLite.dll" 13;storage_plugin = "OpenSim.Data.SQLite.dll"