Skip to content

Commit

Permalink
Putting if default values for a LB config
Browse files Browse the repository at this point in the history
  • Loading branch information
vetss committed Mar 21, 2018
1 parent bd78850 commit 006ab4a
Showing 1 changed file with 5 additions and 6 deletions.
Expand Up @@ -63,27 +63,27 @@
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.POINTCODE</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>1001</config-property-value>
<config-property-value>-1</config-property-value>
</config-property>
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.SCTP_PORT</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>2001</config-property-value>
<config-property-value>-1</config-property-value>
</config-property>
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.SCTP_LB_PORT</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>2002</config-property-value>
<config-property-value>-1</config-property-value>
</config-property>
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.LOCAL_ADDRESS</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>127.0.0.1</config-property-value>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.BALANCERS</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>127.0.0.1:3001</config-property-value>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>org.mobicents.resources.restcomm-slee-ra-map-ra.LoadBalancerHeartBeatingServiceClassName</config-property-name>
Expand All @@ -95,6 +95,5 @@
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>5000</config-property-value>
</config-property>

</resource-adaptor>
</resource-adaptor-jar>

0 comments on commit 006ab4a

Please sign in to comment.