X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=84bf1a4fada996ccf802e28b6e1e263e3e64297e;hb=efa04691a875bc467b43f23f3542a71271b3c3ad;hp=64866bebbae26fc2a94ffbb222a1c4cc1012ceb3;hpb=544012e28af5b6af0d65d6fe49c8eecce0c9c6bd;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-backend/src/main/resources/application.properties b/webapp-backend/src/main/resources/application.properties index 64866be..84bf1a4 100644 --- a/webapp-backend/src/main/resources/application.properties +++ b/webapp-backend/src/main/resources/application.properties @@ -17,7 +17,7 @@ # limitations under the License. # ========================LICENSE_END=================================== -# Defines Non-RT 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 = Non-RT 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