openvidu-server: CDR activation fix for JAR artifact

pull/73/head
pabloFuente 2018-05-04 11:48:36 +02:00
parent eb565d220c
commit 5867a7b5b5
3 changed files with 0 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB