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

updated bigbluebutton.properties

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1477 af16638f-c34d-0410-8cfa-b39d5352b314
parent 1d5c172d
No related branches found
No related tags found
No related merge requests found
#
# These are the default properites for BigBlueButton Web application
dataSource.url=jdbc:mysql://localhost/bigbluebutton_dev
dataSource.username=bbb
dataSource.password=secret
asterisk.host=192.168.0.101
ami.user=ralam
ami.password=secure
bigbluebutton.web.serverURL=http://localhost:8080
# we separate these so we can inject it manually
# to test PresentationService.groovy
# Location of swftools (pdf2swf, jpeg2swf) directory
swfToolsDir=C:/swftools-0.9
# Directory where "convert" executable for imagemagick
imageMagickDir=C:/ImageMagick-6.4.9-Q16
presentationDir=c:/temp/bigbluebutton
# The path to the ghostscript executable. We need the
# executable here because the names are different for
# each platform (i.e. Windows "gswin32c.exe" and Linux "gs")
ghostScriptExec=C:/gs/gs8.63/bin/gswin32c.exe
# This is a workaround for this problem.
# http://groups.google.com/group/comp.lang.postscript/browse_thread/thread/c2e264ca76534ce0?pli=1
noPdfMarkWorkaround=C:/gs/gs8.63/nopdfmark.ps
swfToolsDir=/bin
imageMagickDir=/usr/bin
presentationDir=/var/bigbluebutton
ghostScriptExec=/usr/bin/gs
beans.presentationService.swfToolsDir=${swfToolsDir}
beans.presentationService.imageMagickDir=${imageMagickDir}
beans.presentationService.presentationDir=${presentationDir}
# Use fullpath to ghostscript executable since the exec names are different
# for each platform.
beans.presentationService.ghostScriptExec=${ghostScriptExec}
#
# This URL needs to reference the host running the tomcat server
bigbluebutton.web.serverURL=http://localhost
# 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
beans.presentationService.noPdfMarkWorkaround=${noPdfMarkWorkaround}
#Can't make this work for now (ralam - may 6, 2009)
#conferenceRecordingDir=/var/spool/asterisk/meetme
#beans.asteriskAgiService.conferenceRecordingDir=${conferenceRecordingDir}
#
# This assumes that Asterisk is running locally
#
asterisk.host=localhost
ami.user=bbb
ami.password=secret
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