Skip to content
Snippets Groups Projects
Commit 5e7ff616 authored by Dixon Fred's avatar Dixon Fred
Browse files

Update lti.properties so the correct defaults can be set by the bbb-lti package

parent 83db16c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment