diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-08-10 13:43:10 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-08-21 14:50:35 +0200 |
commit | e625d742db0cf04038081aac0758396eb3961977 (patch) | |
tree | eb48f3ffa276fafe381e60d697400b54b6e7af8c /prh-app-server/config | |
parent | 062d6042a235f96d7298a322495691ca8919fc54 (diff) |
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 <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/config')
-rw-r--r-- | prh-app-server/config/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |