Skip to content
Snippets Groups Projects
Commit cd3c2381 authored by Karim Doumaz's avatar Karim Doumaz
Browse files

Remove HCA configuration

parent aa6d1818
No related branches found
No related tags found
No related merge requests found
......@@ -73,13 +73,6 @@ sudo sed -i "s@server_name .*@server_name ${MS_CMVHOST};@" /etc/nginx/sites-avai
# monitor
sudo sed -i "s@server_name .*@server_name ${MS_MONVHOST};@" /etc/nginx/sites-available/msmonitor.conf
# hca
sudo sed -i "s@base_url = .*@base_url = \"http://${MS_VIDEOVHOST}\"@" /etc/hca/http.ini
sudo sed -i "s@host = .*@host = \"${MS_VIDEOVHOST}\"@" /etc/hca/http.ini
sudo sed -i "s@server = .*@server = \"rtmp://${MS_STREAMVHOST}/vod\"@" /etc/hca/http.ini
sudo sed -i "s@server=.*@server=\"${MS_STREAMVHOST}\"@" /etc/hca/rtmp.ini
## Customization complete
dialog --backtitle "${BACKTITLE}" --title "Customization complete" --msgbox "Congratulations, your MS is now configured.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment