aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-15 23:03:02 +0100
committerJustin Clark-Casey (justincc)2010-09-15 23:03:02 +0100
commite6bc77d832812ed1e51ee643638c680f520b25d0 (patch)
treefb295d46ba4c11a8e15e077974c03906569c5295 /bin/config-include/StandaloneCommon.ini.example
parentrename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co... (diff)
parentMark up OpenSim.ini.example for use with an automatic configuration tool. (diff)
downloadopensim-SC_OLD-e6bc77d832812ed1e51ee643638c680f520b25d0.zip
opensim-SC_OLD-e6bc77d832812ed1e51ee643638c680f520b25d0.tar.gz
opensim-SC_OLD-e6bc77d832812ed1e51ee643638c680f520b25d0.tar.bz2
opensim-SC_OLD-e6bc77d832812ed1e51ee643638c680f520b25d0.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 96ef602..a810393 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -40,6 +40,9 @@
40 ;; Enable this to use Freeswitch on a standalone 40 ;; Enable this to use Freeswitch on a standalone
41 ;FreeswitchServiceInConnector = True 41 ;FreeswitchServiceInConnector = True
42 42
43 ;; Authorization is not on by default, as it depends on external php
44 ;AuthorizationServices = "LocalAuthorizationServicesConnector"
45
43[FreeswitchService] 46[FreeswitchService]
44 ;; Configuration for the freeswitch service goes here 47 ;; Configuration for the freeswitch service goes here
45 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 48 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"