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 --- test/config/osdf_config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/config') diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index ef73d4c..793de63 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -79,3 +79,11 @@ desHeaders: Content-Type: application/json desUsername: desPassword: + +#consulconfig +consulHost: '127.0.0.1' +consulPort: 8500 +consulScheme: 'http' +consulVerify: True +consulCert: None +activateConsulConfig: False \ No newline at end of file -- cgit 1.2.3-korg