dispatcherConverter:
    # Absolute path to the src folder of the dispatcher sdk. You must include the src folder itself in the path.
    sdkSrc:
    # Add information about on-premise dispatcher configuration here
    onPremise:
        # Absolute path to the dispatcher.any file
        # farm files should have ".farm" extension for adding content of a farm file to the output directory.
        dispatcherAnySrc:
        # Path to the httpd.conf file (the main apache config file).
        # If `vhostsToConvert` is not specified you can use this property to find vhosts by parsing the main apache file
        httpdSrc:
        # Array of paths to vhosts files and/or vhost folders containing vhost files you wish to convert to cloud service configurations.
        vhostsToConvert:
        # Array of mapped objects that replace existing variables with new variables.
        # The original variable is first and the variable to replace is second.
        variablesToReplace:
        # This can be a file that you want to append to every vhost file in case you need logic added to all configurations.
        # This is useful to replace logic that was once stored in your main apache config file.
        appendToVhosts:
        # Array of paths to existing dispatcher configuration root folders to scan for the included files.
        # These paths help to map includes in the configurations to their current location in the provided folder structure.
        # In case the files are distributed across all the folders use command `for i in $(find `pwd` -type d); do echo "- \"$i/\""; done` for unix based system
        # and `dir /s /b /o:n /ad` for windows to generate folder/sub-folder and paste the output here.
        pathToPrepend:
        # Only port 80 is supported in AEM as a Cloud Service - if you were using a non standard port here and need it mapped
        # in AEM, provide it here - all other vhosts with non default ports will be removed.
        portsToMap:
    # Add information about Adobe Managed Services dispatcher configuration here
    ams:
        # Path to dispatcher configuration folder
        # (expected immediate subfolders - subfolders start with conf, conf.d, conf.dispatcher.d and conf.modules.d)
        cfg:
