ConfigurationThe Runtime Component is configured in the etc/runtime.yaml file.runtime: enabled: truefile_watcher: enabled: true watch: [services.yaml, app, src, etc/config] extensions: [php, yaml] ignore: [tests]websocket: port: 8000cron: enabled: true run_in_background: truecoroutines: enabled: true run_in_background: trueCopy