Skip to content

Commit

Permalink
'openvidu.security' property removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Aug 31, 2017
1 parent bde1b5d commit 67b418e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ services:
- WAIT_HOSTS_TIMEOUT=120
- KMS_STUN_IP=193.147.51.12
- KMS_STUN_PORT=3478
- openvidu.security=true
- openvidu.secret=MY_SECRET

2 changes: 1 addition & 1 deletion docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command=/bin/bash /kms.sh
redirect_stderr=true

[program:openvidu-server]
command=/bin/bash -c "java -Dspring.profiles.active=ngrok -Dopenvidu.security=true -jar /openvidu-server.jar"
command=/bin/bash -c "java -Dspring.profiles.active=ngrok -jar /openvidu-server.jar"
redirect_stderr=true

[program:classroom-demo]
Expand Down
5 changes: 5 additions & 0 deletions src/angular/BuildFrontWar.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cd frontend
ng build --output-path ../../main/resources/static
cd ../../../
mvn clean package
1 change: 0 additions & 1 deletion src/main/resources/application-container.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ spring.jpa.hibernate.ddl-auto: create-drop

openvidu.url: http://localhost:5000/
openvidu.secret: MY_SECRET
openvidu.security: true
openvidu.publicurl: ngrok

0 comments on commit 67b418e

Please sign in to comment.