```yaml # Set the dirs to monitor: Dirs: ## Unique identifier for the IPNS key - ID: TestKey ## Full path of directory to sync Dir: /home/user/Documents/nothing/ ## If true, use filestore (if enabled on IPFS daemon) Nocopy: false - ID: DiscoPortal Dir: /home/user/Documents/IPFS Websites/DiscoNet/ Nocopy: true ``` Yeah thanks for the suggestion, I was leaning on TOML, but YAML seems better for this use-case.