bigbluebutton-Github/bbb-lti/grails-app/conf/lti.properties
jfederico c2e8d3082b bbb-lti v0.1: First working version.
Users can join BBB meetings using LTI links. All users login as moderators though
Signed-off-by: jfederico <jesus@123it.ca>
2012-10-12 16:01:27 -04:00

16 lines
550 B
Properties

#
# These are the default properites for the BigBlueButton LTI interface
#----------------------------------------------------
# This URL is where the BBB client is accessible.
bigbluebuttonURL=http://192.168.0.153/bigbluebutton
# Salt which is used by 3rd-party apps to authenticate api calls
bigbluebuttonSalt=e1f2f284119d5754cef6c80ba1e2f393
#----------------------------------------------------
# Inject values into grails service beans
beans.bigbluebuttonService.url=${bigbluebuttonURL}
beans.bigbluebuttonService.salt=${bigbluebuttonSalt}