aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example12
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 1679f93..40ef228 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -4,7 +4,15 @@
4 ; 4 ;
5 ;--- For SQLite 5 ;--- For SQLite
6 StorageProvider = "OpenSim.Data.SQLite.dll" 6 StorageProvider = "OpenSim.Data.SQLite.dll"
7 ;--- For MySql 7
8 ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
9 ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
10 ; for more details
11 ;StorageProvider = "OpenSim.Data.SQLiteLegacy.dll";
12
13 ; MySql
14 ; Uncomment these lines if you want to use mysql storage
15 ; Change the connection string to your db details
8 ;StorageProvider = "OpenSim.Data.MySQL.dll" 16 ;StorageProvider = "OpenSim.Data.MySQL.dll"
9 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 17 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
10 18
@@ -42,4 +50,4 @@
42 50
43[LibraryModule] 51[LibraryModule]
44 ; Set this if you want to change the name of the OpenSim Library 52 ; Set this if you want to change the name of the OpenSim Library
45 ;LibraryName = "My World's Library" \ No newline at end of file 53 ;LibraryName = "My World's Library"