X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fconfig-file.json;h=06f1e92b7772dc2f7f21a747521c1e247bba9efd;hb=ba2ef5b86bc352e6a9dd931ac27a9abe1386d87f;hp=4f18d497786bde7f3ef4efc899511413a73c51f0;hpb=121e8b6026904eb245c6f8ac805efa7c3dad3ae5;p=ric-plt%2Falarm-go.git diff --git a/config/config-file.json b/config/config-file.json index 4f18d49..06f1e92 100755 --- a/config/config-file.json +++ b/config/config-file.json @@ -1,6 +1,6 @@ { "local": { - "host": ":8089" + "host": ":8080" }, "logger": { "level": 4 @@ -20,7 +20,13 @@ "schemes": "http", "alertInterval": 30000 }, + "noma": { + "enabled": false, + "host": "http://service-ricplt-noma-http:8087", + "alarmUrl": "ric/v1/noma/alarms" + }, "maxActiveAlarms": 5000, - "maxAlarmHistory": 20000 + "maxAlarmHistory": 20000, + "alarmInfoPvFile": "/mnt/disk/amvol/alarminfo.json" } }