aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authorMakopoppo2011-05-28 12:07:23 +0900
committerJustin Clark-Casey (justincc)2011-05-30 23:22:52 +0100
commit7ea6dfecd9ede7f5f8ad169d9e6777404d97b164 (patch)
tree3c7dc3dbce4ae0d6ff5ea09bcda6c9b3ef48ee85 /bin/config-include/GridCommon.ini.example
parentRemoving mssql_connection.ini.example - mssql_connection.ini is no longer used (diff)
downloadopensim-SC_OLD-7ea6dfecd9ede7f5f8ad169d9e6777404d97b164.zip
opensim-SC_OLD-7ea6dfecd9ede7f5f8ad169d9e6777404d97b164.tar.gz
opensim-SC_OLD-7ea6dfecd9ede7f5f8ad169d9e6777404d97b164.tar.bz2
opensim-SC_OLD-7ea6dfecd9ede7f5f8ad169d9e6777404d97b164.tar.xz
Adding MSSQL connectionString example
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-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"