diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-14 09:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:30:57 +0000 |
commit | 0ede90865b8b42ebb51c82852cb867e08b0c8be8 (patch) | |
tree | 391315b96c208622b200c30dd59783310d2592f4 /src/main/resources | |
parent | 32b15cbf9626866efb8fb9159b1d4ac208be6a36 (diff) | |
parent | 2029624f01d163a06bb6f8b6ddc87975571b088a (diff) |
Merge "Add csar Handler"
Diffstat (limited to 'src/main/resources')
-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 3d56725d6..f626e1af1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -177,6 +177,7 @@ clamp.config.sdc.locationArtifactType=DCAE_INVENTORY_JSON clamp.config.sdc.InstanceID=X-ECOMP-InstanceID
clamp.config.sdc.header.requestId = X-ECOMP-RequestID
#
+clamp.config.sdc.csarFolder = /tmp/sdc-controllers
#
clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json
clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json
|