Skip to content

Commit

Permalink
feat: Document springwolf init-mode (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: sam0r040 <[email protected]>
  • Loading branch information
timonback and sam0r040 authored Jul 28, 2023
1 parent c257b36 commit bf6fea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The following table contains additional properties that can be specified in the
| Property Name | Default Value | Description |
|----------------------------------------------------------|--------------------|---------------------------------------------------------------------------------------------------------------------------|
| `springwolf.enabled` | `true` | Allows to enable/disable Springwolf at one central place. |
| `springwolf.init-mode` | `fail_fast` | Springwolf initializes during start up with `fail_fast` or in the `background` after the application has started. |
| `springwolf.paths.docs` | `/springwolf/docs` | The path of the AsyncAPI document in JSON format. *Note that at the moment the UI will work only with the default value.* |
| `springwolf.scanner.consumer-data.enabled` | `true` | Enable scanner to find consumers defined in `AsyncApiDocket`. |
| `springwolf.scanner.producer-data.enabled` | `true` | Enable scanner to find producers defined in `AsyncApiDocket`. |
Expand Down

0 comments on commit bf6fea8

Please sign in to comment.