gitignore and instructions for default presentation

This commit is contained in:
chandi 2020-05-22 15:46:35 +02:00
parent 352b2bf512
commit ec47512892
3 changed files with 5 additions and 2 deletions

1
conf/.gitignore vendored
View File

@ -1,3 +1,4 @@
*/*
!.gitkeep
!example.xml
*.pdf

View File

@ -21,7 +21,9 @@ WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" t
# use following line for an additional SIP dial-in message
#WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>. <br><br>To join this meeting by phone, dial:<br> INSERT_YOUR_PHONE_NUMBER_HERE<br>Then enter %%CONFNUM%% as the conference PIN number.
DEFAULT_PRESENTATION=./conf/default.pdf
# for a different default presentation, place the pdf file in ./conf/ and
# adjust the following path
DEFAULT_PRESENTATION=./mod/nginx/default.pdf
# -------------------------------