From 0d034712baac235df7aea019e259c101d9ff4517 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 15 Sep 2010 15:56:03 +0100 Subject: Make AuthorizationService optional and disabled by default. It depends on external PHP and the default configuration makes it throw for not having a URL to this PHP --- bin/config-include/StandaloneCommon.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/config-include/StandaloneCommon.ini.example') 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 @@ ;; Enable this to use Freeswitch on a standalone ;FreeswitchServiceInConnector = True + ;; Authorization is not on by default, as it depends on external php + ;AuthorizationServices = "LocalAuthorizationServicesConnector" + [FreeswitchService] ;; Configuration for the freeswitch service goes here LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" -- cgit v1.1