diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-03-29 11:52:02 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-03-29 12:00:26 +0100 |
commit | 3772c8513f618f9b76fc7bfa55fa140eb60f2a4b (patch) | |
tree | 527a1c0bd2f1eb64c9cdba7f5e3d919310d60403 /src/main/resources | |
parent | 8d36cfd7ccec9ea9a55894eeafba00da6037747d (diff) |
Refactoring
Small refactoring of the Http library
Issue-ID: CLAMP-333
Change-Id: I90a5488241ab84636bc0cec5849e97c4f98f3a38
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 1 | ||||
-rw-r--r-- | src/main/resources/application.properties | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index f54cbe096..82b2a283f 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -206,7 +206,6 @@ clamp.config.dcae.intentory.retry.limit=5 clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188 clamp.config.dcae.dispatcher.retry.interval=20000 clamp.config.dcae.dispatcher.retry.limit=30 -clamp.config.dcae.header.requestId = X-ECOMP-RequestID #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case ! clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3a704ebce..b8c633566 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -221,7 +221,6 @@ clamp.config.dcae.intentory.retry.limit=5 clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188 clamp.config.dcae.dispatcher.retry.interval=20000 clamp.config.dcae.dispatcher.retry.limit=30 -clamp.config.dcae.header.requestId = X-ECOMP-RequestID #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case ! clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl |