Skip to content

Commit bf6fea8

Browse files
timonbacksam0r040
andauthored
feat: Document springwolf init-mode (#49)
Co-authored-by: sam0r040 <[email protected]>
1 parent c257b36 commit bf6fea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The following table contains additional properties that can be specified in the
6262
| Property Name | Default Value | Description |
6363
|----------------------------------------------------------|--------------------|---------------------------------------------------------------------------------------------------------------------------|
6464
| `springwolf.enabled` | `true` | Allows to enable/disable Springwolf at one central place. |
65+
| `springwolf.init-mode` | `fail_fast` | Springwolf initializes during start up with `fail_fast` or in the `background` after the application has started. |
6566
| `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.* |
6667
| `springwolf.scanner.consumer-data.enabled` | `true` | Enable scanner to find consumers defined in `AsyncApiDocket`. |
6768
| `springwolf.scanner.producer-data.enabled` | `true` | Enable scanner to find producers defined in `AsyncApiDocket`. |

0 commit comments

Comments
 (0)