diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-07 12:36:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 12:36:42 +0000 |
commit | 6156e258a8b9df35d2c2c8872a2213b21a446523 (patch) | |
tree | a7de840d9c861c8fa0f5ccfd787d45131c4f2296 /src/test/resources | |
parent | b75d5fe3572fed0d594982f24269a9c43c88b1c8 (diff) | |
parent | 02490407e31862b68832185cc7e299f6d7dece96 (diff) |
Merge "Rework config"
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index e81e09362..adcd4d98b 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -106,10 +106,10 @@ async.core.pool.size=10 async.max.pool.size=20
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
+clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
+clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
-org.onap.clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
+clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
# Properties for Clamp
# DCAE request build properties
|