diff options
author | Melanie | 2011-01-11 15:07:04 +0100 |
---|---|---|
committer | Melanie | 2011-01-11 15:07:04 +0100 |
commit | 52222d82d50cbeb7f709142e37421c6cef490706 (patch) | |
tree | a98af9e2bbed7390dc1e575c6db024d41c2c9c5a | |
parent | Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/va... (diff) | |
download | opensim-SC_OLD-52222d82d50cbeb7f709142e37421c6cef490706.zip opensim-SC_OLD-52222d82d50cbeb7f709142e37421c6cef490706.tar.gz opensim-SC_OLD-52222d82d50cbeb7f709142e37421c6cef490706.tar.bz2 opensim-SC_OLD-52222d82d50cbeb7f709142e37421c6cef490706.tar.xz |
Remove old guids from the examples, for completeness' sake
-rw-r--r-- | bin/Robust.HG.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9adf1ac..271328c 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=*****;Old Guids=true;" | 41 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" |
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) |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 7c13076..9abfd4b 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=*****;Old Guids=true;" | 33 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;" |
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) |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 4956bc3..b968590 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -17,9 +17,9 @@ | |||
17 | ; Uncomment these lines if you want to use mysql storage | 17 | ; Uncomment these lines if you want to use mysql storage |
18 | ; Change the connection string to your db details | 18 | ; Change the connection string to your db details |
19 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 19 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
20 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 20 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
21 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 21 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
22 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 22 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
23 | 23 | ||
24 | [AssetService] | 24 | [AssetService] |
25 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 25 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |