Merge pull request #3486 from ffdixon/fix-bigbluebutton-properties
Removed carriage returns from bigbluebutton.properties
This commit is contained in:
commit
f0a7f23535
442
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
Executable file → Normal file
442
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
Executable file → Normal file
@ -1,221 +1,221 @@
|
|||||||
#
|
#
|
||||||
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
|
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
|
# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under the
|
# This program is free software; you can redistribute it and/or modify it under the
|
||||||
# terms of the GNU Lesser General Public License as published by the Free Software
|
# terms of the GNU Lesser General Public License as published by the Free Software
|
||||||
# Foundation; either version 3.0 of the License, or (at your option) any later
|
# Foundation; either version 3.0 of the License, or (at your option) any later
|
||||||
# version.
|
# version.
|
||||||
#
|
#
|
||||||
# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
|
# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
|
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License along
|
# You should have received a copy of the GNU Lesser General Public License along
|
||||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# These are the default properites for BigBlueButton Web application
|
# These are the default properites for BigBlueButton Web application
|
||||||
|
|
||||||
# Default loglevel.
|
# Default loglevel.
|
||||||
appLogLevel=DEBUG
|
appLogLevel=DEBUG
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Directory where BigBlueButton stores uploaded slides
|
# Directory where BigBlueButton stores uploaded slides
|
||||||
presentationDir=/var/bigbluebutton
|
presentationDir=/var/bigbluebutton
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Directory where SWFTOOLS (pdf2swf, jpeg2swf, png2swf) are located
|
# Directory where SWFTOOLS (pdf2swf, jpeg2swf, png2swf) are located
|
||||||
swfToolsDir=/usr/bin
|
swfToolsDir=/usr/bin
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Directory where ImageMagick's convert executable is located
|
# Directory where ImageMagick's convert executable is located
|
||||||
imageMagickDir=/usr/bin
|
imageMagickDir=/usr/bin
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Use fullpath to ghostscript executable since the exec names are different
|
# Use fullpath to ghostscript executable since the exec names are different
|
||||||
# for each platform.
|
# for each platform.
|
||||||
ghostScriptExec=/usr/bin/gs
|
ghostScriptExec=/usr/bin/gs
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Fonts directory passed into PDF2SWF to support highlighting of texts
|
# Fonts directory passed into PDF2SWF to support highlighting of texts
|
||||||
# in the SWF slides.
|
# in the SWF slides.
|
||||||
fontsDir=/usr/share/fonts
|
fontsDir=/usr/share/fonts
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# This is a workaround for a problem converting PDF files, referenced at
|
# 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
|
# http://groups.google.com/group/comp.lang.postscript/browse_thread/thread/c2e264ca76534ce0?pli=1
|
||||||
noPdfMarkWorkaround=/etc/bigbluebutton/nopdfmark.ps
|
noPdfMarkWorkaround=/etc/bigbluebutton/nopdfmark.ps
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# These will be copied in cases where the conversion process
|
# These will be copied in cases where the conversion process
|
||||||
# fails to generate a slide from the uploaded presentation
|
# fails to generate a slide from the uploaded presentation
|
||||||
BLANK_SLIDE=/var/bigbluebutton/blank/blank-slide.swf
|
BLANK_SLIDE=/var/bigbluebutton/blank/blank-slide.swf
|
||||||
BLANK_PRESENTATION=/var/bigbluebutton/blank/blank-presentation.pdf
|
BLANK_PRESENTATION=/var/bigbluebutton/blank/blank-presentation.pdf
|
||||||
BLANK_THUMBNAIL=/var/bigbluebutton/blank/blank-thumb.png
|
BLANK_THUMBNAIL=/var/bigbluebutton/blank/blank-thumb.png
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Number of minutes the conversion should take. If it takes
|
# Number of minutes the conversion should take. If it takes
|
||||||
# more than this time, cancel the conversion process.
|
# more than this time, cancel the conversion process.
|
||||||
maxConversionTime=5
|
maxConversionTime=5
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Maximum number of pages allowed for an uploaded presentation (default 100).
|
# Maximum number of pages allowed for an uploaded presentation (default 100).
|
||||||
maxNumPages=200
|
maxNumPages=200
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Maximum swf file size for load to the client (default 500000).
|
# Maximum swf file size for load to the client (default 500000).
|
||||||
MAX_SWF_FILE_SIZE=500000
|
MAX_SWF_FILE_SIZE=500000
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Maximum allowed number of place object tags in the converted SWF, if exceeded the conversion will fallback to full BMP (default 8000)
|
# Maximum allowed number of place object tags in the converted SWF, if exceeded the conversion will fallback to full BMP (default 8000)
|
||||||
placementsThreshold=8000
|
placementsThreshold=8000
|
||||||
|
|
||||||
# Maximum allowed number of bitmap images in the converted SWF, if exceeded the conversion will fallback to full BMP (default 8000)
|
# Maximum allowed number of bitmap images in the converted SWF, if exceeded the conversion will fallback to full BMP (default 8000)
|
||||||
imageTagThreshold=8000
|
imageTagThreshold=8000
|
||||||
|
|
||||||
# Maximum allowed number of define text tags in the converted SWF, if exceeded the conversion will fallback to full BMP (default 2000)
|
# Maximum allowed number of define text tags in the converted SWF, if exceeded the conversion will fallback to full BMP (default 2000)
|
||||||
defineTextThreshold=2000
|
defineTextThreshold=2000
|
||||||
|
|
||||||
#------------------------------------
|
#------------------------------------
|
||||||
# Number of threads in the pool to do the presentation conversion.
|
# Number of threads in the pool to do the presentation conversion.
|
||||||
#------------------------------------
|
#------------------------------------
|
||||||
numConversionThreads=2
|
numConversionThreads=2
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Additional conversion of the presentation slides to SVG
|
# Additional conversion of the presentation slides to SVG
|
||||||
# to be used in the HTML5 client
|
# to be used in the HTML5 client
|
||||||
svgImagesRequired=false
|
svgImagesRequired=false
|
||||||
|
|
||||||
# Default number of digits for voice conference users joining through the PSTN.
|
# Default number of digits for voice conference users joining through the PSTN.
|
||||||
defaultNumDigitsForTelVoice=5
|
defaultNumDigitsForTelVoice=5
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Default dial access number
|
# Default dial access number
|
||||||
defaultDialAccessNumber=613-555-1234
|
defaultDialAccessNumber=613-555-1234
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Default welcome message to display when the participant joins the web
|
# Default welcome message to display when the participant joins the web
|
||||||
# conference. This is only used for the old scheduling which will be
|
# conference. This is only used for the old scheduling which will be
|
||||||
# removed in the future. Use the API to create a conference.
|
# removed in the future. Use the API to create a conference.
|
||||||
defaultWelcomeMessage=<br>Welcome to <b>%%CONFNAME%%</b>!<br><br>For help on using BigBlueButton see these (short) <a href="event:http://www.bigbluebutton.org/content/videos"><u>tutorial videos</u></a>.<br><br>To join the audio bridge click the headset icon (upper-left hand corner). Use a headset to avoid causing background noise for others.<br>
|
defaultWelcomeMessage=<br>Welcome to <b>%%CONFNAME%%</b>!<br><br>For help on using BigBlueButton see these (short) <a href="event:http://www.bigbluebutton.org/content/videos"><u>tutorial videos</u></a>.<br><br>To join the audio bridge click the headset icon (upper-left hand corner). Use a headset to avoid causing background noise for others.<br>
|
||||||
defaultWelcomeMessageFooter=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>.
|
defaultWelcomeMessageFooter=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>.
|
||||||
|
|
||||||
# Default maximum number of users a meeting can have.
|
# Default maximum number of users a meeting can have.
|
||||||
# Current default is 0 (meeting doesn't have a user limit).
|
# Current default is 0 (meeting doesn't have a user limit).
|
||||||
defaultMaxUsers=0
|
defaultMaxUsers=0
|
||||||
|
|
||||||
# Default duration of the meeting in minutes.
|
# Default duration of the meeting in minutes.
|
||||||
# Current default is 0 (meeting doesn't end).
|
# Current default is 0 (meeting doesn't end).
|
||||||
defaultMeetingDuration=0
|
defaultMeetingDuration=0
|
||||||
|
|
||||||
# Remove the meeting from memory when the end API is called.
|
# Remove the meeting from memory when the end API is called.
|
||||||
# This allows 3rd-party apps to recycle the meeting right-away
|
# This allows 3rd-party apps to recycle the meeting right-away
|
||||||
# instead of waiting for the meeting to expire (see below).
|
# instead of waiting for the meeting to expire (see below).
|
||||||
removeMeetingWhenEnded=true
|
removeMeetingWhenEnded=true
|
||||||
|
|
||||||
# The number of minutes before the system removes the meeting from memory.
|
# The number of minutes before the system removes the meeting from memory.
|
||||||
defaultMeetingExpireDuration=1
|
defaultMeetingExpireDuration=1
|
||||||
|
|
||||||
# The number of minutes the system waits when a meeting is created and when
|
# The number of minutes the system waits when a meeting is created and when
|
||||||
# a user joins. If after this period, a user hasn't joined, the meeting is
|
# a user joins. If after this period, a user hasn't joined, the meeting is
|
||||||
# removed from memory.
|
# removed from memory.
|
||||||
defaultMeetingCreateJoinDuration=5
|
defaultMeetingCreateJoinDuration=5
|
||||||
|
|
||||||
# Disable recording by default.
|
# Disable recording by default.
|
||||||
# true - don't record even if record param in the api call is set to record
|
# true - don't record even if record param in the api call is set to record
|
||||||
# false - when record param is passed from api, override this default
|
# false - when record param is passed from api, override this default
|
||||||
disableRecordingDefault=false
|
disableRecordingDefault=false
|
||||||
|
|
||||||
# Start recording when first user joins the meeting.
|
# Start recording when first user joins the meeting.
|
||||||
# For backward compatibility with 0.81 where whole meeting
|
# For backward compatibility with 0.81 where whole meeting
|
||||||
# is recorded.
|
# is recorded.
|
||||||
autoStartRecording=false
|
autoStartRecording=false
|
||||||
|
|
||||||
# Allow the user to start/stop recording.
|
# Allow the user to start/stop recording.
|
||||||
allowStartStopRecording=true
|
allowStartStopRecording=true
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# This URL is where the BBB client is accessible. When a user sucessfully
|
# 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.
|
# enters a name and password, she is redirected here to load the client.
|
||||||
bigbluebutton.web.serverURL=http://192.168.23.44
|
bigbluebutton.web.serverURL=http://192.168.23.44
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Assign URL where the logged-out participant will be redirected after sign-out.
|
# Assign URL where the logged-out participant will be redirected after sign-out.
|
||||||
# If "default", it returns to bigbluebutton.web.serverURL
|
# If "default", it returns to bigbluebutton.web.serverURL
|
||||||
bigbluebutton.web.logoutURL=default
|
bigbluebutton.web.logoutURL=default
|
||||||
|
|
||||||
# The url of the BigBlueButton client. User's will be redirected here when
|
# The url of the BigBlueButton client. User's will be redirected here when
|
||||||
# successfully joining the meeting.
|
# successfully joining the meeting.
|
||||||
defaultClientUrl=${bigbluebutton.web.serverURL}/client/BigBlueButton.html
|
defaultClientUrl=${bigbluebutton.web.serverURL}/client/BigBlueButton.html
|
||||||
#defaultClientUrl=http://192.168.0.235/3rd-party.html
|
#defaultClientUrl=http://192.168.0.235/3rd-party.html
|
||||||
|
|
||||||
# The default avatar image to display if nothing is passed on the JOIN API (avatarURL)
|
# The default avatar image to display if nothing is passed on the JOIN API (avatarURL)
|
||||||
# call. This avatar is displayed if the user isn't sharing the webcam and
|
# call. This avatar is displayed if the user isn't sharing the webcam and
|
||||||
# the option (displayAvatar) is enabled in config.xml
|
# the option (displayAvatar) is enabled in config.xml
|
||||||
defaultAvatarURL=${bigbluebutton.web.serverURL}/client/avatar.png
|
defaultAvatarURL=${bigbluebutton.web.serverURL}/client/avatar.png
|
||||||
|
|
||||||
# The URL of the default configuration
|
# The URL of the default configuration
|
||||||
defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml
|
defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml
|
||||||
|
|
||||||
apiVersion=1.0
|
apiVersion=1.0
|
||||||
|
|
||||||
# Salt which is used by 3rd-party apps to authenticate api calls
|
# Salt which is used by 3rd-party apps to authenticate api calls
|
||||||
securitySalt=a820d30da2db356124fce5bd5d8054b4
|
securitySalt=a820d30da2db356124fce5bd5d8054b4
|
||||||
|
|
||||||
# Directory where we drop the <meeting-id-recorded>.done file
|
# Directory where we drop the <meeting-id-recorded>.done file
|
||||||
recordStatusDir=/var/bigbluebutton/recording/status/recorded
|
recordStatusDir=/var/bigbluebutton/recording/status/recorded
|
||||||
|
|
||||||
redisHost=127.0.0.1
|
redisHost=127.0.0.1
|
||||||
redisPort=6379
|
redisPort=6379
|
||||||
|
|
||||||
# The directory where the published/unpublised recordings are located. This is for
|
# The directory where the published/unpublised recordings are located. This is for
|
||||||
# the get recording* api calls
|
# the get recording* api calls
|
||||||
publishedDir=/var/bigbluebutton/published
|
publishedDir=/var/bigbluebutton/published
|
||||||
unpublishedDir=/var/bigbluebutton/unpublished
|
unpublishedDir=/var/bigbluebutton/unpublished
|
||||||
|
|
||||||
# The directory where the pre-built configs are stored
|
# The directory where the pre-built configs are stored
|
||||||
configDir=/var/bigbluebutton/configs
|
configDir=/var/bigbluebutton/configs
|
||||||
|
|
||||||
# If the API is enabled.
|
# If the API is enabled.
|
||||||
serviceEnabled = true
|
serviceEnabled = true
|
||||||
|
|
||||||
# Test voiceBridge number
|
# Test voiceBridge number
|
||||||
testVoiceBridge=99999
|
testVoiceBridge=99999
|
||||||
testConferenceMock=conference-mock-default
|
testConferenceMock=conference-mock-default
|
||||||
|
|
||||||
#------------------------------------------------------
|
#------------------------------------------------------
|
||||||
# These properties are used to test the conversion process.
|
# These properties are used to test the conversion process.
|
||||||
# Conference name folder in ${presentationDir} (see above)
|
# Conference name folder in ${presentationDir} (see above)
|
||||||
beans.presentationService.testConferenceMock=${testConferenceMock}
|
beans.presentationService.testConferenceMock=${testConferenceMock}
|
||||||
|
|
||||||
# Conference room folder in ${presentationDir}/${testConferenceMock}
|
# Conference room folder in ${presentationDir}/${testConferenceMock}
|
||||||
beans.presentationService.testRoomMock=conference-mock-default
|
beans.presentationService.testRoomMock=conference-mock-default
|
||||||
# Uploaded presentation name
|
# Uploaded presentation name
|
||||||
beans.presentationService.testPresentationName=appkonference
|
beans.presentationService.testPresentationName=appkonference
|
||||||
# Uploaded presentation file
|
# Uploaded presentation file
|
||||||
beans.presentationService.testUploadedPresentation=appkonference.txt
|
beans.presentationService.testUploadedPresentation=appkonference.txt
|
||||||
# Default Uploaded presentation file
|
# Default Uploaded presentation file
|
||||||
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf
|
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf
|
||||||
|
|
||||||
presentationBaseURL=${bigbluebutton.web.serverURL}/bigbluebutton/presentation
|
presentationBaseURL=${bigbluebutton.web.serverURL}/bigbluebutton/presentation
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# The URL where the presentations will be loaded from.
|
# The URL where the presentations will be loaded from.
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
beans.presentationService.presentationBaseUrl=${presentationBaseURL}
|
beans.presentationService.presentationBaseUrl=${presentationBaseURL}
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Inject values into grails service beans
|
# Inject values into grails service beans
|
||||||
beans.presentationService.presentationDir=${presentationDir}
|
beans.presentationService.presentationDir=${presentationDir}
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Specify which IPs can do cross domain requests
|
# Specify which IPs can do cross domain requests
|
||||||
accessControlAllowOrigin=${bigbluebutton.web.serverURL}
|
accessControlAllowOrigin=${bigbluebutton.web.serverURL}
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# The lapsus of seconds for polling the BBB Server in order to check if it's down.
|
# The lapsus of seconds for polling the BBB Server in order to check if it's down.
|
||||||
# After 5 tries if there isn't response, it will be declared down
|
# After 5 tries if there isn't response, it will be declared down
|
||||||
checkBBBServerEvery=10
|
checkBBBServerEvery=10
|
||||||
|
Loading…
Reference in New Issue
Block a user