enabled persistence storage for active alarms and alarm history
enabled persistence storage for alarm id

Change-Id: I43a7f0dd851663e1cc7a7aea91acfc0793de68ff
Signed-off-by: vipin <vipin.mavila@nokia.com>
diff --git a/config/config-file.json b/config/config-file.json
index 73a6c92..06f1e92 100755
--- a/config/config-file.json
+++ b/config/config-file.json
@@ -26,6 +26,7 @@
             "alarmUrl": "ric/v1/noma/alarms"
         },
         "maxActiveAlarms": 5000,
-        "maxAlarmHistory": 20000
+        "maxAlarmHistory": 20000,
+        "alarmInfoPvFile": "/mnt/disk/amvol/alarminfo.json"
     }
 }