aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Standalone.ini
diff options
context:
space:
mode:
authorDiva Canto2011-06-12 15:37:42 -0700
committerDiva Canto2011-06-12 15:37:42 -0700
commitfd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d (patch)
tree55907fbcea5962638275453301482190c4b989b0 /bin/config-include/Standalone.ini
parentA few more cleanups on the way to close http://opensimulator.org/mantis/view.... (diff)
downloadopensim-SC_OLD-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.zip
opensim-SC_OLD-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.gz
opensim-SC_OLD-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.bz2
opensim-SC_OLD-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.xz
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
Diffstat (limited to '')
-rw-r--r--bin/config-include/Standalone.ini7
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"