aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-12-17 22:38:31 +0000
committerUbitUmarov2016-12-17 22:38:31 +0000
commitc93551d8f43cf91f909a3909bc2bdbf70666201b (patch)
treef71220097fb5d40de3a269322bb5580ae23c93e2 /bin/OpenSimDefaults.ini
parentbreak userprofiles a bit more (diff)
downloadopensim-SC_OLD-c93551d8f43cf91f909a3909bc2bdbf70666201b.zip
opensim-SC_OLD-c93551d8f43cf91f909a3909bc2bdbf70666201b.tar.gz
opensim-SC_OLD-c93551d8f43cf91f909a3909bc2bdbf70666201b.tar.bz2
opensim-SC_OLD-c93551d8f43cf91f909a3909bc2bdbf70666201b.tar.xz
allow a creator that is also onwer to change export flag. Add missing setting to ini files
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index b133da9..423d8dc 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -836,6 +836,21 @@
836 ; Capability for searching for people 836 ; Capability for searching for people
837 Cap_AvatarPickerSearch = "localhost" 837 Cap_AvatarPickerSearch = "localhost"
838 838
839[SimulatorFeatures]
840 ;# {SearchServerURI} {} {URL of the search server} {}
841 ;; Optional. If given this serves the same purpose as the grid wide
842 ;; [LoginServices] SearchURL setting and will override that where
843 ;; supported by viewers.
844 ;SearchServerURI = "http://127.0.0.1:9000/"
845
846 ;# {DestinationGuideURI} {} {URL of the destination guide} {}
847 ;; Optional. If given this serves the same purpose as the grid wide
848 ;; [LoginServices] DestinationGuide setting and will override that where
849 ;; supported by viewers.
850 ;DestinationGuideURI = "http://127.0.0.1:9000/guide"
851
852 ; set to true to allow the export control flag of items
853 ; ExportSupported = false
839 854
840[Chat] 855[Chat]
841 ; Controls whether the chat module is enabled. Default is true. 856 ; Controls whether the chat module is enabled. Default is true.