Adjust application.yaml keys and values
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / DashboardConstants.java
index 4225e88..6f02a22 100644 (file)
@@ -26,8 +26,11 @@ public abstract class DashboardConstants {
        }
 
        public static final String ENDPOINT_PREFIX = "/api";
+       // Spring path parameters
+       public static final String RIC_INSTANCE_KEY = "ric";
        // Factor out method names used in multiple controllers
        public static final String VERSION_METHOD = "version";
+       // Apps with metric panels
        public static final String APP_NAME_AC = "AC";
        public static final String APP_NAME_MC = "MC";
        // The role names are defined by ONAP Portal.