summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/components/clamp-backend/resources/config/application.properties
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-28 16:15:34 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-10-01 07:25:01 +0000
commitfa81991dff6eaea9e49fb9b85526d43a40011763 (patch)
tree2a81ac91094b401d8e3a1411f4c6359bd4a56ce9 /kubernetes/clamp/components/clamp-backend/resources/config/application.properties
parentd61412dfd0ae723829cbac7dafde941e54c804ca (diff)
[CLAMP] Upgrade the FE/BE to 5.1.2
Upgrade Clamp BE and FE to 5.1.2 (new imaged based on integration one + removal of Legacy policies Issue-ID: CLAMP-949 Issue-ID: CLAMP-948 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I61055d83290579ac180e84a0f6dd40382d4139cc
Diffstat (limited to 'kubernetes/clamp/components/clamp-backend/resources/config/application.properties')
-rw-r--r--kubernetes/clamp/components/clamp-backend/resources/config/application.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties
index b2cee395b9..5bea37aaa3 100644
--- a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties
+++ b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties
@@ -43,7 +43,7 @@ server.ssl.trust-store-password=${cadi_truststore_password}
spring.datasource.username=${MYSQL_USER}
spring.datasource.password=${MYSQL_PASSWORD}
spring.datasource.url=jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/${MYSQL_DATABASE}?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3
-spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy,default-dictionary-elements
+spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,default-dictionary-elements
#The log folder that will be used in logback.xml file
clamp.config.files.sdcController=file:/opt/clamp/sdc-controllers-config.json
@@ -66,4 +66,4 @@ clamp.config.dcae.deployment.userName=none
clamp.config.dcae.deployment.password=none
#AAF related parameters
-clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095 \ No newline at end of file
+clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095