File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/flamingock-library-config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class FlamingockConfig {
3535Alternatively, using a YAML file:
3636
3737``` java
38- @EnableFlamingock ( pipelineFile = " config/setup.yaml" )
38+ @EnableFlamingock ( configFile = " config/setup.yaml" )
3939public 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
You can’t perform that action at this time.
0 commit comments