aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridCommon.ini.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index e022f1f..c5c26ec 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -14,6 +14,14 @@
14 ; Uncomment this line if you are using MySQL and want to use a different database for estates 14 ; Uncomment this line if you are using MySQL and want to use a different database for estates
15 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 15 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
16 16
17 ; MSSQL
18 ; Uncomment these lines if you want to use MSSQL storage
19 ; Change the connection string to your db details
20 ; The value for server property is shown in your SQL Server Management Studio login dialog.
21 ; (This sample is the default of express edition)
22 ;StorageProvider = "OpenSim.Data.MSSQL.dll"
23 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
24
17[AssetService] 25[AssetService]
18 26
19 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 27 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"