From: Determe, Sebastien (sd378r) Date: Tue, 8 Aug 2017 12:51:05 +0000 (-0700) Subject: Add parameters for spring config file X-Git-Tag: v1.1.0~138 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50b6d18dc3ec284655a6e0e396a55c92c502913e;p=clamp.git Add parameters for spring config file Add in the description the parameters that can be provided through spring configuration Change-Id: I95cd78f7aa3dd095d91679368ad3b4aeec9ca635 Issue-ID: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index e76cbf38..57eb8045 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,11 @@ "mvn clean install -Dspring.config.location=classpath:application-test.properties" The application.properties contains the location of the CLAMP parameters files: - clds-policy-config.properties and clds-reference.properties + - org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties + - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties + - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json + - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties +