X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=b7753a7b5a07b26ff9823d163a1e9980deaac2f7;hb=cd9e9862fa9a5898f3595b397686861749f72953;hp=0cb9891b2ee75afd7c177742601d6efab26536b1;hpb=62ca3c4a9b87175584d8d5c72dd2cb39d9c043da;p=nonrtric.git diff --git a/dashboard/webapp-backend/src/main/resources/application.properties b/dashboard/webapp-backend/src/main/resources/application.properties index 0cb9891b..b7753a7b 100644 --- a/dashboard/webapp-backend/src/main/resources/application.properties +++ b/dashboard/webapp-backend/src/main/resources/application.properties @@ -42,9 +42,10 @@ portalapi.username = portalapi.password = # endpoint URLs must be supplied at deployment time -# A1 Controller -a1controller.url.prefix = http://localhost:8282 -a1controller.url.suffix = /restconf/operations +# NOTE: change a1controller.url.prefix to http://localhost:8282 when running +# dashboard locally (i.e., not inside the docker container) +policycontroller.url.prefix = http://localhost:8081 + # Kubernetes API via https://github.com/nokia/caas-ingress # Set insecure=true to disable SSL certificate and hostname checking