diff --git a/bigbluebutton-apps/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties b/bigbluebutton-apps/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties index 8e1f830da5cfc5256839acd43e97d9279920e8a8..8030ccbf888eaa7d89c144027a8b701aa593163c 100644 --- a/bigbluebutton-apps/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties +++ b/bigbluebutton-apps/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties @@ -1,7 +1,11 @@ -recordingsDirectory=c:/temp/bigbluebutton +# +# Location for recordings +recordingsDirectory=/var/bigbluebutton + +3 # These properties are for Asterisk Management Interface (AMI) -ami.host=192.168.0.103 +ami.host=localhost ami.port=5038 ami.username=bbb ami.password=secret