Remove ca-cert from docker image
[optf/osdf.git] / test / config / osdf_config.yaml
index ef73d4c..2b38ddd 100755 (executable)
@@ -72,10 +72,18 @@ aaiUrl: "https://aai.url:30233"
 aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/"
 
 #DES api
-desUrl: https://des.url:9000
+desUrl: http://des.url:9000
 desApiPath: /datalake/v1/exposure/
 desHeaders:
   Accept: application/json
   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