Skip to content

Commit

Permalink
add turn env
Browse files Browse the repository at this point in the history
  • Loading branch information
warycat committed Jul 21, 2021
1 parent 5eb7108 commit 9f3f799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ chmod u+x rustgym-ingest
./rustgym-ingest 1> ingest.log 2> ingest.error.log &
chmod u+x rustgym-server
git clone https://github.com/ua-parser/uap-core.git
TAG=$TAG ./rustgym-server 1> server.log 2> server.error.log &
TAG=$TAG TURN_STATIC_AUTH_SECRET=$TURN_STATIC_AUTH_SECRET ./rustgym-server 1> server.log 2> server.error.log &
cat <<\EOF > /etc/nginx/sites-available/rustgym-nginx.cfg
server {
Expand Down

0 comments on commit 9f3f799

Please sign in to comment.