From e625d742db0cf04038081aac0758396eb3961977 Mon Sep 17 00:00:00 2001 From: wasala Date: Fri, 10 Aug 2018 13:43:10 +0200 Subject: Downloading prhConf fromConsul *Added backGround task for downloading dynamic Configuration from Consul *This configuration can pass for Kubernetes and heat (bare metal) deployment *Parsing/validation configuration from system environment Change-Id: I937cbda1bc8b715dc3e754bea8a39dd141180e49 Issue-ID: DCAEGEN2-696 Signed-off-by: wasala --- prh-app-server/config/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prh-app-server/config') diff --git a/prh-app-server/config/application.yaml b/prh-app-server/config/application.yaml index 4c8c3ef1..706532d7 100644 --- a/prh-app-server/config/application.yaml +++ b/prh-app-server/config/application.yaml @@ -19,4 +19,4 @@ logging: org.onap.dcaegen2.services.prh: INFO file: opt/log/application.log app: - filepath: config/prh_endpoints.json + filepath: config/prh_endpoints.json \ No newline at end of file -- cgit 1.2.3-korg