Remove AJSC container.
[clamp.git] / src / main / resources / application.properties
index 321d88e..1db0875 100644 (file)
@@ -2,7 +2,7 @@
 # ============LICENSE_START=======================================================\r
 # ONAP CLAMP\r
 # ================================================================================\r
-# Copyright (C) 2017 AT&T Intellectual Property. All rights\r
+# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights\r
 #                             reserved.\r
 # ================================================================================\r
 # Licensed under the Apache License, Version 2.0 (the "License");\r
@@ -62,7 +62,8 @@ server.port=8080
 \r
 server.contextPath=/\r
 #Modified engine-rest applicationpath\r
-spring.jersey.application-path=/engine-rest\r
+#camel.component.servlet.mapping.context-path=/restservices/clds/v1/*\r
+spring.jersey.application-path=/restservices/clds/v1\r
 spring.profiles.active=clamp-default,clamp-spring-authentication\r
 \r
 #The max number of active threads in this pool\r
@@ -72,11 +73,6 @@ server.tomcat.min-Spare-Threads=25
 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads\r
 server.tomcat.max-idle-time=60000\r
 \r
-\r
-#Add this properties only if you want to change the URL, AJSC Framework interceptors will intercept\r
-#com.att.ajsc.common.interceptors.PreInterceptor.url=/**\r
-#com.att.ajsc.common.interceptors.PostInterceptor.url=/**\r
-\r
 #Servlet context parameters\r
 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.\r
 \r
@@ -89,8 +85,6 @@ camel.defaultthreadpool.maxqueuesize=1000
 camel.defaultthreadpool.keepaliveTime=60\r
 camel.defaultthreadpool.rejectpolicy=CallerRuns\r
 \r
-kubernetes.namespace=com-att-ajsc\r
-\r
 #server.port=0\r
 #Camunda Process Engine DataSource connection Details\r
 spring.datasource.camunda.driverClassName=org.mariadb.jdbc.Driver\r
@@ -111,7 +105,7 @@ spring.datasource.camunda.ignoreExceptionOnPreLoad=true
 #Camunda history level\r
 camunda.bpm.history-level=auto\r
 camunda.bpm.database.type=mariadb\r
-camunda.bpm.database.schema-update=false\r
+camunda.bpm.database.schema-update=true\r
 \r
 #clds datasource connection details\r
 spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver\r
@@ -133,13 +127,6 @@ async.core.pool.size=10
 async.max.pool.size=20\r
 async.queue.capacity=500\r
 \r
-#GRM Edge endpoint details\r
-service.name=ajsc6camundademo\r
-service.version=1.0.0.0\r
-routeoffer=TEST\r
-#Update with your application name\r
-application.name=AJSC6CAMUNDA\r
-\r
 org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties\r
 org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties\r
 org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json\r