diff options
author | Melanie | 2011-01-14 14:54:14 +0100 |
---|---|---|
committer | Melanie | 2011-01-14 14:54:14 +0100 |
commit | d60ddfdfcba9e9c4173b6498e5646c05ecea1bc8 (patch) | |
tree | 41fc5301252528566b17c42efe41e0b861bed72c /bin/Robust.ini.example | |
parent | Temporarily reinstate prim counting in the update loop to make the production (diff) | |
download | opensim-SC_OLD-d60ddfdfcba9e9c4173b6498e5646c05ecea1bc8.zip opensim-SC_OLD-d60ddfdfcba9e9c4173b6498e5646c05ecea1bc8.tar.gz opensim-SC_OLD-d60ddfdfcba9e9c4173b6498e5646c05ecea1bc8.tar.bz2 opensim-SC_OLD-d60ddfdfcba9e9c4173b6498e5646c05ecea1bc8.tar.xz |
Revert "Remove old guids from the examples, for completeness' sake"
This reverts commit 52222d82d50cbeb7f709142e37421c6cef490706.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 9abfd4b..7c13076 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -30,7 +30,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
30 | 30 | ||
31 | [DatabaseService] | 31 | [DatabaseService] |
32 | StorageProvider = "OpenSim.Data.MySQL.dll" | 32 | StorageProvider = "OpenSim.Data.MySQL.dll" |
33 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" | 33 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
34 | 34 | ||
35 | ; * As an example, the below configuration precisely mimicks the legacy | 35 | ; * As an example, the below configuration precisely mimicks the legacy |
36 | ; * asset server. It is read by the asset IN connector (defined above) | 36 | ; * asset server. It is read by the asset IN connector (defined above) |