Update config-deploy doc application properties
[portal/ric-dashboard.git] / dashboard / webapp-backend / src / main / resources / application.yaml
index 5b936e3..a14f7b1 100644 (file)
@@ -30,8 +30,8 @@ server:
 
 # paths to files that store details;
 # use a persistent volume in a K8S deployment
-userfile: users.json
-statsfile: stats.json
+userfile: dashboard-users.json
+statsfile: dashboard-stats.json
 
 # Dashboard properties related to Portal
 portalapi:
@@ -48,12 +48,6 @@ portalapi:
 
 # Instance-specific URL prefixes must be supplied at deployment time
 
-# A1 Mediator
-a1med:
-    url:
-        # uses pltUrlPrefix
-        suffix: /a1mediator
-
 # App Manager
 appmgr:
     url:
@@ -80,12 +74,6 @@ mock:
     config:
         delay: 0
 
-# Kibana report on metrics
-metrics:
-    url:
-        mc: http://jar-app-props-kibana-url-mc
-        ml: http://jar-app-props-kibana-url-ml
-
 # Regions and instances
 # The regions are a just convenience for users,
 # the keys must be unique across all instances.