Skip to main content

Advanced

The Bitbucket integration supports additional flags to provide additional configuration, making it easier to configure its behavior to your liking.

Using advanced configurations

The following advanced configuration parameters are available:

The specPath parameter specifies a string that Port's Bitbucket app will use when constructing search paths leading to a yml file, every path in the repository which ends with the specPath value will be scanned.

  • Default value: port.yml
  • Use case:
    • If you want the app to scan a different file than port.yml (for example, change configure the app to scan files named my-port-config.yml using the pattern my-port-config.yml);
    • If you want the app to ignore port.yml files in certain paths.

All of the advanced configurations listed below can be added to the port-app-config.yml file.