Skip to content

Commit

Permalink
changed bean place
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 3, 2021
1 parent 1cac076 commit 9cdaf06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/webapp/WEB-INF/red5-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<context:annotation-config />
<!-- Defines a properties file for dereferencing variables -->
<context:property-placeholder location="/WEB-INF/red5-web.properties"/>

<!--- S3 Recording info -->
<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient">
</bean>

<bean id="app.settings" class="io.antmedia.AppSettings" />

Expand Down Expand Up @@ -65,9 +69,7 @@
</property>
</bean>

<!--- S3 Recording info -->
<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient">
</bean>


<bean id="webrtc.adaptor"
class="#{ T(io.antmedia.rest.RestServiceBase).isEnterprise() ? 'io.antmedia.enterprise.webrtc.WebRTCAdaptor' : 'io.antmedia.webrtc.MockWebRTCAdaptor' }"/>
Expand Down

0 comments on commit 9cdaf06

Please sign in to comment.