diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/SimianGrid.ini | 55 |
1 files changed, 21 insertions, 34 deletions
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini index af33860..58dcae9 100644 --- a/bin/config-include/SimianGrid.ini +++ b/bin/config-include/SimianGrid.ini | |||
@@ -1,3 +1,24 @@ | |||
1 | ;; | ||
2 | ;; Please don't change this file. | ||
3 | ;; All optional settings are in GridCommon.ini.example, | ||
4 | ;; which you can copy and change. | ||
5 | ;; | ||
6 | |||
7 | ;; | ||
8 | ;; In GridCommon.ini, these are the URLs you would use if SimianGrid is | ||
9 | ;; installed at http://www.mygrid.com/Grid/ | ||
10 | ;; | ||
11 | ; AssetServerURI = "http://www.mygrid.com/Grid/?id=" | ||
12 | ; InventoryServerURI = "http://www.mygrid.com/Grid/" | ||
13 | ; AvatarServerURI = "http://www.mygrid.com/Grid/" | ||
14 | ; PresenceServerURI = "http://www.mygrid.com/Grid/" | ||
15 | ; UserAccountServerURI = "http://www.mygrid.com/Grid/" | ||
16 | ; AuthenticationServerURI = "http://www.mygrid.com/Grid/" | ||
17 | ; FriendsServerURI = "http://www.mygrid.com/Grid/" | ||
18 | |||
19 | [Includes] | ||
20 | Include-Common = "config-include/GridCommon.ini" | ||
21 | |||
1 | [Modules] | 22 | [Modules] |
2 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | 23 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" |
3 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" | 24 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" |
@@ -25,7 +46,6 @@ | |||
25 | [GridService] | 46 | [GridService] |
26 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 47 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
27 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 48 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
28 | GridServerURI = "http://localhost/Grid/" | ||
29 | 49 | ||
30 | [LibraryService] | 50 | [LibraryService] |
31 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | 51 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" |
@@ -35,36 +55,3 @@ | |||
35 | [AssetService] | 55 | [AssetService] |
36 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 56 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
37 | AssetLoaderArgs = "assets/AssetSets.xml" | 57 | AssetLoaderArgs = "assets/AssetSets.xml" |
38 | AssetServerURI = "http://localhost/Grid/?id=" | ||
39 | |||
40 | [InventoryService] | ||
41 | InventoryServerURI = "http://localhost/Grid/" | ||
42 | |||
43 | [AvatarService] | ||
44 | AvatarServerURI = "http://localhost/Grid/" | ||
45 | |||
46 | [PresenceService] | ||
47 | PresenceServerURI = "http://localhost/Grid/" | ||
48 | |||
49 | [UserAccountService] | ||
50 | UserAccountServerURI = "http://localhost/Grid/" | ||
51 | |||
52 | [AuthenticationService] | ||
53 | AuthenticationServerURI = "http://localhost/Grid/" | ||
54 | |||
55 | [FriendsService] | ||
56 | FriendsServerURI = "http://localhost/Grid/" | ||
57 | |||
58 | [AssetCache] | ||
59 | CacheDirectory = ./assetcache | ||
60 | LogLevel = 0 | ||
61 | HitRateDisplay = 100 | ||
62 | MemoryCacheEnabled = false | ||
63 | ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes | ||
64 | MemoryCacheTimeout = 2 | ||
65 | ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes | ||
66 | ; Specify 0 if you do not want your disk cache to expire | ||
67 | FileCacheTimeout = 0 | ||
68 | ; How often {in hours} should the disk be checked for expired filed | ||
69 | ; Specify 0 to disable expiration checking | ||
70 | FileCleanupTimer = 0 ;roughly every 10 minutes | ||