diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 271328c..9adf1ac 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -38,7 +38,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
38 | 38 | ||
39 | [DatabaseService] | 39 | [DatabaseService] |
40 | StorageProvider = "OpenSim.Data.MySQL.dll" | 40 | StorageProvider = "OpenSim.Data.MySQL.dll" |
41 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" | 41 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
42 | 42 | ||
43 | ; * As an example, the below configuration precisely mimicks the legacy | 43 | ; * As an example, the below configuration precisely mimicks the legacy |
44 | ; * asset server. It is read by the asset IN connector (defined above) | 44 | ; * asset server. It is read by the asset IN connector (defined above) |