Skip to content

Commit

Permalink
openvidu-server: CDR activation fix for JAR artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 4, 2018
1 parent eb565d2 commit 5867a7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Binary file modified openvidu-server/src/angular/frontend/src/favicon.ico
Binary file not shown.
8 changes: 0 additions & 8 deletions openvidu-server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
<level value="INFO" />
<appender-ref ref="STDOUT" />
</root>
<if condition='property("spring.profiles.active").contains("ngrok")'>
<then>
<property scope="context" resource="application-ngrok.properties" />
</then>
<else>
<property scope="context" resource="application.properties" />
</else>
</if>
<if condition='property("openvidu.cdr").contains("true")'>
<then>
<appender name="CDR"
Expand Down
Binary file modified openvidu-server/src/main/resources/static/favicon.ico
Binary file not shown.

0 comments on commit 5867a7b

Please sign in to comment.