diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 15:20:33 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 15:20:33 +0100 |
commit | b42ef89649fc86f7912b40a6da22fb069baa94a0 (patch) | |
tree | 6d57603905095c43622b464f08465069a52acb7b /src/main/resources/application.properties | |
parent | 44508f217d6df709ff4b9adbbe2898dfa9dee25e (diff) |
Rework CldsReferenceProp class
Refactor the code and insert new config for SDC client code
Issue-ID: CLAMP-81
Change-Id: Ifabf220e7bf0067e689242f3f1ef09503b11fe87
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 38a719d8e..2ac53e0b3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -110,6 +110,7 @@ org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.propert 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
+org.onap.clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
#Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !
CLDS_PERMISSION_TYPE_CL=permission-type-cl
|