From 9c99e066e1d0021758270de2b9d99f08525d988c Mon Sep 17 00:00:00 2001 From: Norm Traxler Date: Mon, 17 Dec 2018 22:24:55 +0000 Subject: Bugfix: HTTP for SDNC context builder Change code to use correct AAI protocol property. Issue-ID: LOG-904 Change-Id: I88d4b18450b398667c6a3358f2f902a6acd01dac Signed-off-by: Norm Traxler --- config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/application.properties') diff --git a/config/application.properties b/config/application.properties index b37456a..c454c01 100644 --- a/config/application.properties +++ b/config/application.properties @@ -43,7 +43,7 @@ aai.trustStorePath=n/a aai.keyStorePath=n/a aai.keyStorePassword=n/a aai.connectionTimeout=5000 -aai.readTimeout=1000 +aai.readTimeout=5000 # HTTP Basic Authorization credentials for AAI Rest Service API aai.http.userId=admin -- cgit 1.2.3-korg