From 50b6d18dc3ec284655a6e0e396a55c92c502913e Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 8 Aug 2017 05:51:05 -0700 Subject: 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) --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + -- cgit