Cleanup
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / resources / application.properties
index 725f658..84bf1a4 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 # ========================LICENSE_END===================================
 
-# Defines NonRT RIC Controlpanel property keys and default values.
+# Defines Non-RT RIC Control Panel property keys and default values.
 # Create a copy in the launch directory to override values; or
 # copy to "application-abc.properties" as mentioned in the README.
 
@@ -37,7 +37,7 @@ portalapi.decryptor = org.oransc.portal.nonrtric.controlpanel.portalapi.PortalSd
 portalapi.usercookie = UserId
 
 # portal credentials must be supplied at deployment time
-portalapi.appname = NonRT RIC Controlpanel
+portalapi.appname = Non-RT RIC Control Panel
 portalapi.username =
 portalapi.password =
 
@@ -46,15 +46,6 @@ portalapi.password =
 #       controlpanel locally (i.e., not inside the docker container)
 policycontroller.url.prefix = http://policy-agent-container:8081
 
-
-# Kubernetes API via https://github.com/nokia/caas-ingress
-# Set insecure=true to disable SSL certificate and hostname checking
-caasingress.insecure = true
-caasingress.aux.url.prefix = https://jar-app-props-default-caas-ingress-aux-URL
-caasingress.aux.url.suffix = /api
-caasingress.plt.url.prefix = https://jar-app-props-default-caas-ingress-plt-URL
-caasingress.plt.url.suffix = /api
-
 # Mimic slow endpoints by defining sleep period, in milliseconds
 mock.config.delay = 0