Hey, so I wanted to ask about what people generally do to manage configs for different workflows. For example, for managing input parameters to flows, and having different config values you can easily switch between, similar to how hydra configs work. I see there’s a configuration toml file, but wasn’t sure if that’s just for prefect-specific settings. Or you could potentially use environment variables, but its harder to switch between different sets of values there.
So anyway, I’d love to hear different ways that people are managing flow parameter input configurations