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}