From e51f30123ac8fd8f90771f087204eb3bfc01827c Mon Sep 17 00:00:00 2001
From: Jesus Federico <jesus@123it.ca>
Date: Thu, 18 Jul 2013 15:27:21 -0400
Subject: [PATCH] bbb-lti: Changed endpoint configuration to make it
 independent of the protocol

---
 bbb-lti/grails-app/conf/lti.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbb-lti/grails-app/conf/lti.properties b/bbb-lti/grails-app/conf/lti.properties
index 4e8c2ddc28..5f2067e6b9 100644
--- a/bbb-lti/grails-app/conf/lti.properties
+++ b/bbb-lti/grails-app/conf/lti.properties
@@ -28,7 +28,7 @@ bigbluebuttonSalt=bbb_salt
 # LTI basic information
 #----------------------------------------------------
 # This URL is where the LTI plugin is accessible. It can be a different server than the BigBluebutton one 
-ltiEndPoint=http://localhost/lti/tool
+ltiEndPoint=localhost
 # The list of consumers allowed to access this lti service.
 # Format: {consumerId1:sharedSecret1}
 ltiConsumers=bbb:lti_secret
-- 
GitLab