diff --git a/README.md b/README.md index a96ac0fa..68a52021 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The official [TrueLayer](https://truelayer.com) Java client provides convenient ## Installation + ### Stable releases Our stable releases are hosted on [Maven Central](https://search.maven.org/artifact/com.truelayer/truelayer-java). diff --git a/examples/quarkus-mvc/src/main/resources/application.properties b/examples/quarkus-mvc/src/main/resources/application.properties index e2f1d8e1..962cfe89 100644 --- a/examples/quarkus-mvc/src/main/resources/application.properties +++ b/examples/quarkus-mvc/src/main/resources/application.properties @@ -1,6 +1,6 @@ quarkus.log.level=INFO -tl.client.id=to-set -tl.client.secret=to-set -tl.signing.key_id=to-set -tl.signing.private_key_location=to-set +tl.client.id=sandbox-adilisio-96a698 +tl.client.secret=8af391e2-5049-4736-9786-c3c25332386e +tl.signing.key_id=5d164db5-8da2-48bd-98dc-f251522158a5 +tl.signing.private_key_location=/Users/andrea.dilisio/Documents/TrueLayer/Console/sandbox-adilisio-96a698/ec512-private-key.pem