From d2401bc3d6b3366951faacfd9984d37ee73d126b Mon Sep 17 00:00:00 2001 From: hariharan97 Date: Thu, 3 Dec 2020 13:33:11 +0530 Subject: OOF - Externalize configuration with Consul Issue-ID: OPTFRA-875 Signed-off-by: hariharan97 Change-Id: I30d25e082227d7b39f7d391365197e9130dc51e8 Signed-off-by: hariharan97 --- config/osdf_config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 1800ce5..3459939 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -72,3 +72,11 @@ pciHMSPassword: passwd #key #appkey: os35@rrtky400fdntc#001t5 + +#consulconfig +consulHost: '127.0.0.1' +consulPort: 8500 +consulScheme: 'http' +consulVerify: True +consulCert: None +activateConsulConfig: False -- cgit 1.2.3-korg