Skip to content

Commit b552356

Browse files
authored
fix: annotation config file field renamed (#111)
1 parent eab5cfd commit b552356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/flamingock-library-config/setup-and-stages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class FlamingockConfig {
3535
Alternatively, using a YAML file:
3636

3737
```java
38-
@EnableFlamingock( pipelineFile = "config/setup.yaml" )
38+
@EnableFlamingock( configFile = "config/setup.yaml" )
3939
public class FlamingockConfig {}
4040
```
4141

@@ -49,7 +49,7 @@ pipeline:
4949
5050
:::info Advanced options:
5151
- **Multiple stages**: For complex scenarios requiring independent change sets go to the [stage section below](#multiple-stages-advanced)
52-
- **File-based configuration**: Use `pipelineFile` parameter for YAML configuration
52+
- **File-based configuration**: Use `configFile` parameter for YAML configuration
5353
- **Explicit naming**: Use `@Stage(name = "custom", location = "com.yourcompany.changes")`
5454
:::
5555

0 commit comments

Comments
 (0)