From 5e7ff61630314eb9c5f6974d9dc9b91af9fb4cf1 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Mon, 29 Oct 2012 15:01:32 -0400 Subject: [PATCH] Update lti.properties so the correct defaults can be set by the bbb-lti package --- bbb-lti/grails-app/conf/lti.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb-lti/grails-app/conf/lti.properties b/bbb-lti/grails-app/conf/lti.properties index fbc83d5cb836..f906cdb72d5d 100644 --- a/bbb-lti/grails-app/conf/lti.properties +++ b/bbb-lti/grails-app/conf/lti.properties @@ -23,7 +23,7 @@ # This URL is where the BBB client is accessible. bigbluebuttonURL=http://localhost/bigbluebutton # Salt which is used by 3rd-party apps to authenticate api calls -bigbluebuttonSalt=bbb_secret +bigbluebuttonSalt=bbb_salt # LTI basic information #---------------------------------------------------- @@ -31,7 +31,7 @@ bigbluebuttonSalt=bbb_secret ltiEndPoint=http://localhost/lti/tool.xml # The list of consumers allowed to access this lti service. # Format: [consumerId:sharedSecret] -ltiConsumers=bbb:bbb_secret +ltiConsumers=bbb:lti_secret #---------------------------------------------------- # Inject configuration values into BigbluebuttonSrvice beans