Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c9927edd authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- fix issues sonar warning

parent 5523206f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ init_smp_properties() {
echo "bdmsl.integration.physical.address=0.0.0.0"
echo "bdmsl.participant.multidomain.enabled=false"
echo "bdmsl.integration.url=http://localhost:8080/edelivery-sml/"
echo "bdmsl.integration.logical.address=${SMP_LOGICAL_ADDRESS}"
echo "bdmsl.integration.logical.address=${SMP_LOGICAL_ADDRESS:-http://localhost:8080/smp/}"
} >> "$SMP_HOME/apache-tomcat-$TOMCAT_VERSION/classes/smp.config.properties"
addOrReplaceProperties "$SMP_HOME/apache-tomcat-$TOMCAT_VERSION/classes/smp.config.properties" "$SMP_INIT_PROPERTIES" "$SMP_INIT_PROPERTY_DELIMITER"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment