X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=0cb9891b2ee75afd7c177742601d6efab26536b1;hb=refs%2Fchanges%2F01%2F1501%2F1;hp=e9699682f405ccf550080df288635f46f603c2b6;hpb=3b1e23945b9426ad7aaacfc3794e15286d82c816;p=nonrtric.git diff --git a/dashboard/webapp-backend/src/main/resources/application.properties b/dashboard/webapp-backend/src/main/resources/application.properties index e9699682..0cb9891b 100644 --- a/dashboard/webapp-backend/src/main/resources/application.properties +++ b/dashboard/webapp-backend/src/main/resources/application.properties @@ -2,6 +2,7 @@ # O-RAN-SC # %% # Copyright (C) 2019 AT&T Intellectual Property +# Modifications Copyright (C) 2019 Nordix Foundation # %% # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +17,7 @@ # limitations under the License. # ========================LICENSE_END=================================== -# Defines RIC Dashboard property keys and default values. +# Defines NonRT RIC Dashboard 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. @@ -29,7 +30,7 @@ server.port = 8080 userfile = users.json # boolean flag whether to enforce Portal user and roles on requests -portalapi.security = true +portalapi.security = false # class that decrypts ciphertext from Portal portalapi.decryptor = org.oransc.ric.portal.dashboard.portalapi.PortalSdkDecryptorAes # name of request cookie with user ID @@ -40,23 +41,11 @@ portalapi.appname = RIC Dashboard portalapi.username = portalapi.password = -# endpoint URLs must be supplied at deployment time -# A1 Mediator -a1med.url.prefix = http://jar-app-props-default-A1-URL-prefix -a1med.url.suffix = # endpoint URLs must be supplied at deployment time # A1 Controller a1controller.url.prefix = http://localhost:8282 a1controller.url.suffix = /restconf/operations -# ANR xApp -anrxapp.url.prefix = http://jar-app-props-default-ANR-URL-prefix -anrxapp.url.suffix = -# App Manager -appmgr.url.prefix = http://jar-app-props-default-Xapp-Mgr-URL -appmgr.url.suffix = /ric/v1 -# E2 Manager -e2mgr.url.prefix = http://jar-app-props-default-E2-URL -e2mgr.url.suffix = /v1 + # Kubernetes API via https://github.com/nokia/caas-ingress # Set insecure=true to disable SSL certificate and hostname checking caasingress.insecure = true