From 462d931a8d9b8cff68e09b7ba2d01f18c040e5e2 Mon Sep 17 00:00:00 2001 From: karmaking Date: Wed, 24 Jul 2024 14:08:51 +0200 Subject: [PATCH] minor fix --- application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.properties b/application.properties index ea01513..932d71c 100644 --- a/application.properties +++ b/application.properties @@ -1,7 +1,7 @@ server.port=${SERVER_PORT} oauth2.public_url=${OAUTH_2_PUBLIC_URL} obp.base_url=${OBP_BASE_URL} -endpoint.path.prefix=${ENDPOINT.PATH.PREFIX} +endpoint.path.prefix=${OBP_BASE_URL}/open-banking/v3.1 mtls.keyStore.path=file:///keystore/keystore.jks mtls.keyStore.password=${KEYSTORE_PASSWD}