aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-12-12 22:19:31 +0000
committerUbitUmarov2017-12-12 22:19:31 +0000
commitab0f866087f1565863ac516820761cb48386f96e (patch)
treee15b415a9feee5f042f4ca7f8d9eb05f536fddad /bin
parentMerge branch 'master' into httptests (diff)
parent commit what i did so far for core mutes module, befere i lose it (diff)
downloadopensim-SC-ab0f866087f1565863ac516820761cb48386f96e.zip
opensim-SC-ab0f866087f1565863ac516820761cb48386f96e.tar.gz
opensim-SC-ab0f866087f1565863ac516820761cb48386f96e.tar.bz2
opensim-SC-ab0f866087f1565863ac516820761cb48386f96e.tar.xz
Merge branch 'master' into httptests
# Conflicts: # prebuild.xml
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example15
-rw-r--r--bin/config-include/Standalone.ini4
-rw-r--r--bin/config-include/StandaloneHypergrid.ini4
3 files changed, 23 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c8b3e5d..3021dfa 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -378,6 +378,21 @@
378 ;; Attempt to render meshes and sculpties on the map. 378 ;; Attempt to render meshes and sculpties on the map.
379 ; RenderMeshes = false 379 ; RenderMeshes = false
380 380
381 ;# {MapColorWater} {} {Water color for textured and shaded maps} {"#1D475F"}
382 ; MapColorWater = "#3399FF"
383
384 ;# {MapColor1} {} {Terrain color 1 for textured maps} {"#A58976"}
385 ; MapColor1 = "#A58976"
386
387 ;# {MapColor2} {} {Terrain color 2 for textured maps} {"#455931"}
388 ; MapColor2 = "#455931"
389
390 ;# {MapColor3} {} {Terrain color 3 for textured maps} {"#A29A8D"}
391 ; MapColor3 = "#A29A8D"
392
393 ;# {MapColor4} {} {Terrain color 4 for textured maps} {"#C8C8C8"}
394 ; MapColor4 = "#C8C8C8"
395
381 396
382[Permissions] 397[Permissions]
383 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 398 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index db7cb36..4e683e2 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -22,6 +22,7 @@
22 InventoryAccessModule = "BasicInventoryAccessModule" 22 InventoryAccessModule = "BasicInventoryAccessModule"
23 MapImageService = "MapImageServiceModule" 23 MapImageService = "MapImageServiceModule"
24 SearchModule = "BasicSearchModule" 24 SearchModule = "BasicSearchModule"
25 MuteListService = "LocalMuteListServicesConnector"
25 26
26 LibraryModule = true 27 LibraryModule = true
27 LLLoginServiceInConnector = true 28 LLLoginServiceInConnector = true
@@ -113,6 +114,9 @@
113[MapImageService] 114[MapImageService]
114 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 115 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
115 116
117[MuteListService]
118 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
119
116;; This should always be the very last thing on this file 120;; This should always be the very last thing on this file
117[Includes] 121[Includes]
118 Include-Common = "config-include/StandaloneCommon.ini" 122 Include-Common = "config-include/StandaloneCommon.ini"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 84867a9..4f3994f 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -27,6 +27,7 @@
27 FriendsModule = "HGFriendsModule" 27 FriendsModule = "HGFriendsModule"
28 UserManagementModule = "HGUserManagementModule" 28 UserManagementModule = "HGUserManagementModule"
29 SearchModule = "BasicSearchModule" 29 SearchModule = "BasicSearchModule"
30 MuteListService = "LocalMuteListServicesConnector"
30 31
31 InventoryServiceInConnector = true 32 InventoryServiceInConnector = true
32 AssetServiceInConnector = true 33 AssetServiceInConnector = true
@@ -190,6 +191,9 @@
190 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 191 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
191 InGatekeeper = True 192 InGatekeeper = True
192 193
194[MuteListService]
195 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
196
193;; This should always be the very last thing on this file 197;; This should always be the very last thing on this file
194[Includes] 198[Includes]
195 Include-Common = "config-include/StandaloneCommon.ini" 199 Include-Common = "config-include/StandaloneCommon.ini"