X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=cfb1f8cd9ff2f07c8fcde94142c865603b98d60a;hb=6d5eb23d4d007cccce8bb758fd68fd94045bdf7d;hp=3aa2406f481dfeae50f36691efb0c8bc81b06242;hpb=8606e97a04661229da2dda6701b11a69fb6a43d8;p=nonrtric.git diff --git a/dashboard/webapp-backend/src/main/resources/application.properties b/dashboard/webapp-backend/src/main/resources/application.properties index 3aa2406f..cfb1f8cd 100644 --- a/dashboard/webapp-backend/src/main/resources/application.properties +++ b/dashboard/webapp-backend/src/main/resources/application.properties @@ -42,11 +42,10 @@ portalapi.username = portalapi.password = # endpoint URLs must be supplied at deployment time -# NOTE: change a1controller.url.prefix to http://localhost:8282 when running +# NOTE: change policycontroller.url.prefix to http://localhost:8081 when running # dashboard locally (i.e., not inside the docker container) -# A1 Controller -a1controller.url.prefix = http://a1-controller-container:8181 -a1controller.url.suffix = /restconf/operations +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