Skip to content

Commit

Permalink
fix indents again
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Dec 2, 2024
1 parent cb1f03e commit 0f6ed33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Setup the mock service for DeepL requests, which provides static results. This m
# 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
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.

0 comments on commit 0f6ed33

Please sign in to comment.