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