diff options
author | Justin Clark-Casey (justincc) | 2011-12-17 00:14:48 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-17 00:14:48 +0000 |
commit | 4f628849f36dd78a7f1608c7177760193c26d6d9 (patch) | |
tree | 420a24faac6b4d7db1caef1128e7b48ed6b54a31 | |
parent | refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim... (diff) | |
download | opensim-SC_OLD-4f628849f36dd78a7f1608c7177760193c26d6d9.zip opensim-SC_OLD-4f628849f36dd78a7f1608c7177760193c26d6d9.tar.gz opensim-SC_OLD-4f628849f36dd78a7f1608c7177760193c26d6d9.tar.bz2 opensim-SC_OLD-4f628849f36dd78a7f1608c7177760193c26d6d9.tar.xz |
Add more documentation to EstateConnectorString in StandaloneCommon.ini.example
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index b6b1eb5..84611ec 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -13,7 +13,10 @@ | |||
13 | ; Change the connection string to your db details | 13 | ; Change the connection string to your db details |
14 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 14 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
15 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 15 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
16 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 16 | |
17 | ; Uncomment this line if you are using MySQL and want to use a different database for estates. | ||
18 | ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database. | ||
19 | ; Most people won't need to do this so only uncomment if you know what you're doing. | ||
17 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 20 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
18 | 21 | ||
19 | ; MSSQL | 22 | ; MSSQL |