Closed trkohler closed 6 months ago
tried with json and it worked. So seems like only json works right now? running from fresh master
tried with json and it worked. So seems like only json works right now? running from fresh master
hey @trkohler, yaml also works, the issue is that it defaults to reading the configuration file from config.json
when not specified, the first argument is the one it uses for config file location. so if you want to use yaml, you can run:
cargo run --bin conductor ./test_config/config.yaml
I added some explanations to readme regarding that behaviour because I couldn't guess it just from the reading the source code (I didn't read too deep, to be honest). Hopefully it will save few mins for the next contributor during onboarding!
thank you @trkohler!
configuration file example is given in yaml (https://github.com/the-guild-org/conductor/blob/master/README.md#L55)
However, when I try to launch locally conductor with
cargo run --bin conductor
I have that error:config.yaml
doesn't seem to work.Is that expected behavior?