Skip to content

Commit

Permalink
Docs: Repair links πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Nov 29, 2024
1 parent 7216e62 commit cd79077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ brew install lefthook node talisman
cp src/main/resources/application-local.yaml.example src/main/resources/application-local.yaml
```

You'll also need to run spring with the `local` (profile)[https://www.baeldung.com/spring-profiles#5-environment-variable] (how to do that depends on your dev setup).
You'll also need to run spring with the `local` [profile](https://www.baeldung.com/spring-profiles#5-environment-variable) (how to do that depends on your dev setup).

### Replace dummy config

The checked in dummy configuration gets you started. However if you want to use fit-connect properly, you need to register at the (fitko self service portal)[https://portal.auth-testing.fit-connect.fitko.dev/login] and create:
The checked in dummy configuration gets you started. However if you want to use fit-connect properly, you need to register at the [fitko self service portal](https://portal.auth-testing.fit-connect.fitko.dev/login) and create:

- a sender client (client for `Onlinedienst`),
- a subscriber client (client for `Verwaltungssystem`, you can use (this tool)[https://git.fitko.de/fit-connect/fit-connect-tools/-/tree/main?ref_type=heads#skript-createselfsignedjwkspy] to create the keys),
- a subscriber client (client for `Verwaltungssystem`, you can use [this tool](https://git.fitko.de/fit-connect/fit-connect-tools/-/tree/main?ref_type=heads#skript-createselfsignedjwkspy) to create the keys),
- a destination (`Zustellpunkt`).

Use these to replace the ids and secrets in your `application-local.yaml`.
Expand Down

0 comments on commit cd79077

Please sign in to comment.