From: PatrikBuhr Date: Fri, 17 Mar 2023 07:48:56 +0000 (+0100) Subject: Bugfix, configuration-filepath missing in application.yaml X-Git-Tag: 1.0.0~33 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ebd1c0b01fb80f1313678c777d4b1cb46800c23d;p=nonrtric%2Fplt%2Franpm.git Bugfix, configuration-filepath missing in application.yaml Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-853 Change-Id: I414140465dd12a451561645bb27e35d1df7ca207 --- diff --git a/pmproducer/config/application.yaml b/pmproducer/config/application.yaml index d084bc4..27885f1 100644 --- a/pmproducer/config/application.yaml +++ b/pmproducer/config/application.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -75,6 +75,8 @@ app: http.proxy-host: http.proxy-port: 0 ics-base-url: https://localhost:8434 + # Location of the component configuration file. + configuration-filepath: /opt/app/pm_producer-service/data/application_configuration.json # The url used to adress this component. This is used as a callback url sent to other components. pm-producer-base-url: https://localhost:8435