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