Skip to content

Commit

Permalink
Revert auth recording on prosody
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenik committed May 23, 2020
1 parent 0028394 commit ebb0a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/install_jibri.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ VirtualHost "recorder.$HOSTNAME"
authentication = "internal_plain"
~ENDOFVHOST
sed -e "s/Component \"internal.auth.$HOSTNAME\" \"muc\"/&\n muc_room_cache_size = 1000/" -i $PROSODY_CONF_FILE
sed -e "s/\"muc_domain_mapper\";/&\n \"auth_recorder\";/" -i $PROSODY_CONF_FILE

echo "Setting Jibri users" >> /debug.txt
prosodyctl --config /etc/prosody/prosody.cfg.lua register jibri auth.$HOSTNAME $JIBRI_AUTH_PASSWORD >> /debug.txt
Expand Down

0 comments on commit ebb0a69

Please sign in to comment.