diff options
author | Justin Clark-Casey (justincc) | 2012-02-07 20:35:04 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-07 20:35:04 +0000 |
commit | 773994723a9240b128f5054bd48e4e09b9045e63 (patch) | |
tree | 5493ef09b0732bd4779a7ac295c348132626fc14 | |
parent | Remove debug logging if physics actor is null in SOP.ApplyPhysics() (diff) | |
download | opensim-SC_OLD-773994723a9240b128f5054bd48e4e09b9045e63.zip opensim-SC_OLD-773994723a9240b128f5054bd48e4e09b9045e63.tar.gz opensim-SC_OLD-773994723a9240b128f5054bd48e4e09b9045e63.tar.bz2 opensim-SC_OLD-773994723a9240b128f5054bd48e4e09b9045e63.tar.xz |
Add warning about only uncommenting EstateConnectionString if you know what you're doing to GridCommon.ini.example (was already in StandaloneCommon.ini.example)
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 4195bce..712481d 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -14,6 +14,8 @@ | |||
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 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
17 | ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database. | ||
18 | ; 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;" | 19 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
18 | 20 | ||
19 | ; MSSQL | 21 | ; MSSQL |