Merge "Support of selecting RIC in dashboard"
[nonrtric.git] / dashboard / webapp-backend / src / main / resources / application.properties
index 0cb9891..b7753a7 100644 (file)
@@ -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