Skip to content

Commit

Permalink
webhooks - fix configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iolesyk committed Feb 28, 2024
1 parent 2522938 commit 9ab0349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions red5pro-installer/r5p_config_node_apps_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ config_node_apps_plugins(){
log_e "Parameter NODE_WEBHOOKS_ENDPOINT is empty. EXIT."
exit 1
fi
echo "" >> $RED5_HOME/webapps/live/WEB-INF/red5-web.properties
echo "webhooks.endpoint=$NODE_WEBHOOKS_ENDPOINT" >> $RED5_HOME/webapps/live/WEB-INF/red5-web.properties
fi
### Red5Pro Round-trip-auth
Expand Down

0 comments on commit 9ab0349

Please sign in to comment.