diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-05 17:46:49 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-05 17:46:49 +0100 |
commit | 32eaf1e97f17a9d7a7b304fdc2b2be00c5830434 (patch) | |
tree | 0406597957b6cac404a8013741b3f5c62869cb8f /src/main/resources/application.properties | |
parent | 35c6bda8ced4143b4fc1731727ee9bbe76b34c96 (diff) |
Remove globalClds.properties
Remove the globalClds.properties and merge that to
application.properties
Issue-ID: CLAMP-136
Change-Id: I9c5bc8745b576ca8fad0cca3bff4c136329515d8
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c8b1968f..2c3537d58 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
|