diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-06 15:37:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-06 15:37:29 +0000 |
commit | b75d5fe3572fed0d594982f24269a9c43c88b1c8 (patch) | |
tree | b94418239ec3d900dd94c33a3f13ffbdf8d2b204 /src/main/resources/application.properties | |
parent | 2c5ab90cdf8acfa28728bd2cd8b39f3f1e0682b0 (diff) | |
parent | 32eaf1e97f17a9d7a7b304fdc2b2be00c5830434 (diff) |
Merge "Remove globalClds.properties"
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c8b1968..2c3537d5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -108,7 +108,7 @@ async.queue.capacity=500 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
+clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
org.onap.clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
# Properties for Clamp
|