2012-10-11 23:52:41 +08:00
|
|
|
#
|
|
|
|
# These are the default properites for the BigBlueButton LTI interface
|
|
|
|
|
|
|
|
|
|
|
|
#----------------------------------------------------
|
2012-10-13 04:01:27 +08:00
|
|
|
# This URL is where the BBB client is accessible.
|
|
|
|
bigbluebuttonURL=http://192.168.0.153/bigbluebutton
|
2012-10-11 23:52:41 +08:00
|
|
|
# Salt which is used by 3rd-party apps to authenticate api calls
|
2012-10-13 04:01:27 +08:00
|
|
|
bigbluebuttonSalt=e1f2f284119d5754cef6c80ba1e2f393
|
2012-10-11 23:52:41 +08:00
|
|
|
|
2012-10-16 23:43:20 +08:00
|
|
|
bigbluebuttonLtiEndPoint=http://192.168.0.153/lti/tool.xml
|
|
|
|
|
|
|
|
|
2012-10-11 23:52:41 +08:00
|
|
|
#----------------------------------------------------
|
|
|
|
# Inject values into grails service beans
|
2012-10-13 04:01:27 +08:00
|
|
|
beans.bigbluebuttonService.url=${bigbluebuttonURL}
|
|
|
|
beans.bigbluebuttonService.salt=${bigbluebuttonSalt}
|
2012-10-11 23:52:41 +08:00
|
|
|
|
2012-10-16 23:43:20 +08:00
|
|
|
beans.ltiService.ltiEndPoint=${bigbluebuttonLtiEndPoint}
|
2012-10-17 00:14:16 +08:00
|
|
|
beans.ltiService.consumers=demo:welcome,user1:secret1
|
2012-10-16 23:43:20 +08:00
|
|
|
|