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