From b1cbe7158a4d09bdfbb0574fa968110697e0eace Mon Sep 17 00:00:00 2001 From: Reguel Wermelinger Date: Mon, 2 Dec 2024 10:06:22 +0100 Subject: [PATCH] fix more idents --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 64ec198..0f15c63 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Setup the mock service for DeepL requests, which provides static results. This m ```yaml # yaml-language-server: $schema=https://json-schema.axonivy.com/app/12.0.0/app.json RestClients: - deepl: - Url: '{ivy.app.baseurl}/api/mock' - Properties: - AUTH.deepLKey: notMyKey - Features: - - ch.ivyteam.ivy.rest.client.mapper.JsonFeature - - org.glassfish.jersey.media.multipart.MultiPartFeature - - ch.ivyteam.ivy.rest.client.security.CsrfHeaderFeature + deepl: + Url: '{ivy.app.baseurl}/api/mock' + Properties: + AUTH.deepLKey: notMyKey + Features: + - ch.ivyteam.ivy.rest.client.mapper.JsonFeature + - org.glassfish.jersey.media.multipart.MultiPartFeature + - ch.ivyteam.ivy.rest.client.security.CsrfHeaderFeature ``` - Run any startable Process in the Demo project and verify in the RuntimeLog view, that requests are being sent to localhost rathern than deepl.com.