2009-11-15 08:27:43 +08:00
#
# These are the default properites for BigBlueButton Web application
dataSource.url = jdbc:mysql://localhost/bigbluebutton_dev
dataSource.username = bbb
dataSource.password = secret
2009-12-30 04:29:17 +08:00
dataSource.driverClassName = com.mysql.jdbc.Driver
2009-11-15 08:27:43 +08:00
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# Directory where BigBlueButton stores uploaded slides
presentationDir = /var/bigbluebutton
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# Directory where SWFTOOLS (pdf2swf, jpeg2swf, png2swf) are located
swfToolsDir = /bin
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# Directory where ImageMagick's convert executable is located
imageMagickDir = /usr/bin
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# Use fullpath to ghostscript executable since the exec names are different
# for each platform.
ghostScriptExec = /usr/bin/gs
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2010-01-08 03:41:03 +08:00
# Fonts directory passed into PDF2SWF to support highlighting of texts
# in the SWF slides.
fontsDir = /usr/share/fonts
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# This is a workaround for a problem converting PDF files, referenced at
# http://groups.google.com/group/comp.lang.postscript/browse_thread/thread/c2e264ca76534ce0?pli=1
noPdfMarkWorkaround = /etc/bigbluebutton/nopdfmark.ps
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# These will be copied in cases where the conversion process
# fails to generate a slide from the uploaded presentation
2009-11-21 11:34:43 +08:00
BLANK_SLIDE = /var/bigbluebutton/blank/blank-slide.swf
BLANK_THUMBNAIL = /var/bigbluebutton/blank/blank-thumb.png
2009-11-15 08:27:43 +08:00
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-12-29 03:38:08 +08:00
# Number of minutes the conversion should take. If it takes
# more than this time, cancel the conversion process.
maxConversionTime = 5
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2010-01-03 06:39:35 +08:00
# Maximum number of pages allowed for an uploaded presentation (default 100).
2010-01-03 02:57:30 +08:00
maxNumPages = 100
2010-01-08 23:51:43 +08:00
#----------------------------------------------------
# Default dial access number
2010-01-15 00:08:06 +08:00
defaultDialAccessNumber = 613-555-1234
2010-01-08 23:51:43 +08:00
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
# Default welcome message to display when the participant joins the web
# conference. This is only used for the old scheduling which will be
# removed in the future. Use the API to create a conference.
2010-01-24 10:18:26 +08:00
defaultWelcomeMessage = <br>Welcome to this BigBlueButton Demo Server.<br><br>For help using BigBlueButton <a href="event:http://www.bigbluebutton.org/content/videos"><u>check out these videos</u></a>.<br><br>
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
# Inject values into grails service beans
2009-11-15 08:27:43 +08:00
beans.presentationService.presentationDir = ${presentationDir}
2010-05-15 01:40:17 +08:00
beans.dynamicConferenceService.serviceEnabled = true
2010-07-15 04:36:08 +08:00
beans.dynamicConferenceService.apiVersion = 0.7
2010-05-08 09:43:22 +08:00
beans.dynamicConferenceService.minutesElapsedBeforeMeetingExpiration = 60
2010-07-01 03:21:22 +08:00
beans.dynamicConferenceService.securitySalt = 5e5ff0968546b8aaacce0462a99bca30
2010-01-08 06:22:58 +08:00
beans.dynamicConferenceService.defaultWelcomeMessage = ${defaultWelcomeMessage}
2010-01-08 23:51:43 +08:00
beans.dynamicConferenceService.defaultDialAccessNumber = ${defaultDialAccessNumber}
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2009-11-15 08:27:43 +08:00
# This URL is where the BBB client is accessible. When a user sucessfully
# enters a name and password, she is redirected here to load the client.
2010-10-24 16:59:23 +08:00
bigbluebutton.web.serverURL = http://192.168.2.105
2009-11-15 08:27:43 +08:00
2010-01-08 06:22:58 +08:00
#----------------------------------------------------
2010-06-30 01:31:30 +08:00
# Assign URL where the logged-out participant will be redirected after sign-out.
2010-01-08 06:22:58 +08:00
# If commented-out, it returns to bigbluebutton.web.serverURL
2010-07-01 03:21:22 +08:00
# bigbluebutton.web.logoutURL=http://www.bigbluebutton.org
2009-11-15 08:27:43 +08:00
2010-01-23 03:03:03 +08:00
#------------------------------------------------------
# Setting to enable the old scheduling mechanism. This is temporary
# as we will be moving to use the API later.
#
2010-01-23 03:44:06 +08:00
beans.schedulingService.schedulingServiceEnabled = false
2010-02-04 02:58:51 +08:00
#------------------------------------------------------
# These properties are used to test the conversion process.
# Conference name folder in ${presentationDir} (see above)
beans.presentationService.testConferenceMock = conference-mock-default
2010-02-09 03:11:05 +08:00
beans.dynamicConferenceService.testConferenceMock = conference-mock-default
2010-02-04 02:58:51 +08:00
# Conference room folder in ${presentationDir}/${testConferenceMock}
2010-02-09 03:11:05 +08:00
beans.presentationService.testRoomMock = conference-mock-default
2010-02-04 02:58:51 +08:00
# Uploaded presentation name
beans.presentationService.testPresentationName = appkonference
# Uploaded presentation file
beans.presentationService.testUploadedPresentation = appkonference.txt
2010-02-09 03:11:05 +08:00
# Test voiceBridge number
2010-06-30 01:27:48 +08:00
beans.dynamicConferenceService.testVoiceBridge = 99999