mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: CDR activation fix for JAR artifact
parent
eb565d220c
commit
5867a7b5b5
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
@ -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 |
Loading…
Reference in New Issue