Skip to content

Commit

Permalink
Friend Chat installer did not insert the TURN and STUN server URLs in
Browse files Browse the repository at this point in the history
Presence server config file.
  • Loading branch information
francois333 committed Oct 25, 2017
1 parent a6a3db5 commit fb6deab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installFriendChat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ $SUDO sed -i -- "s@presence_domain@$friendCoreDomain@g" "$presencePath"/config.j
$SUDO sed -i -- "s@path_to_key.pem@$FRIEND_BUILD/cfg/crt/key.pem@g" "$presencePath"/config.js
$SUDO sed -i -- "s@path_to_cert.pem@$FRIEND_BUILD/cfg/crt/certificate.pem@g" "$presencePath"/config.js
$SUDO sed -i -- "s@friendcore_domain@$friendCoreDomain@g" "$presencePath"/config.js
$SUDO sed -i -- "s@stun_url.com@$stunAddress@g" "$presencePath"/config.js
$SUDO sed -i -- "s@turn_url.com@$turnAddress@g" "$presencePath"/config.js
$SUDO sed -i -- "s@stun_url.com@$stunServer@g" "$presencePath"/config.js
$SUDO sed -i -- "s@turn_url.com@$turnServer@g" "$presencePath"/config.js
$SUDO sed -i -- "s@turn_username@$turnUser@g" "$presencePath"/config.js
$SUDO sed -i -- "s@turn_password@$turnPass@g" "$presencePath"/config.js
$SUDO sed -i -- "s@Do not edit this file!@This file can be edited@g" "$presencePath"/config.js
Expand Down

0 comments on commit fb6deab

Please sign in to comment.