diff options
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 4ff1a26..bf89d0b 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -17,10 +17,12 @@ | |||
17 | AvatarServices = "LocalAvatarServicesConnector" | 17 | AvatarServices = "LocalAvatarServicesConnector" |
18 | EntityTransferModule = "BasicEntityTransferModule" | 18 | EntityTransferModule = "BasicEntityTransferModule" |
19 | InventoryAccessModule = "BasicInventoryAccessModule" | 19 | InventoryAccessModule = "BasicInventoryAccessModule" |
20 | MapImageService = "MapImageServiceModule" | ||
20 | 21 | ||
21 | LibraryModule = true | 22 | LibraryModule = true |
22 | LLLoginServiceInConnector = true | 23 | LLLoginServiceInConnector = true |
23 | GridInfoServiceInConnector = true | 24 | GridInfoServiceInConnector = true |
25 | MapImageServiceInConnector = true | ||
24 | 26 | ||
25 | [Profile] | 27 | [Profile] |
26 | Module = "BasicProfileModule" | 28 | Module = "BasicProfileModule" |
@@ -91,6 +93,11 @@ | |||
91 | 93 | ||
92 | WelcomeMessage = "Welcome, Avatar!" | 94 | WelcomeMessage = "Welcome, Avatar!" |
93 | 95 | ||
96 | [MapImageService] | ||
97 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | ||
98 | ; in minutes | ||
99 | RefreshTime = 60 | ||
100 | |||
94 | ;; This should always be the very last thing on this file | 101 | ;; This should always be the very last thing on this file |
95 | [Includes] | 102 | [Includes] |
96 | Include-Common = "config-include/StandaloneCommon.ini" | 103 | Include-Common = "config-include/StandaloneCommon.ini" |