Skip to content

Commit

Permalink
Update lti.properties so the correct defaults can be set by the bbb-l…
Browse files Browse the repository at this point in the history
…ti package
  • Loading branch information
ffdixon committed Oct 29, 2012
1 parent 83db16c commit 5e7ff61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbb-lti/grails-app/conf/lti.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
# 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
#----------------------------------------------------
# This URL is where the LTI plugin is accessible. It can be a different server than the BigBluebutton one
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
Expand Down

0 comments on commit 5e7ff61

Please sign in to comment.