JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
142 stars 10 forks source link

Switch from .toml to .yml #52

Open cellulosa opened 10 months ago

cellulosa commented 10 months ago

hi there and thank you for the great project! One suggestion I have is to switch from .toml to .yml so that environmental variables (e.g. ${PASSWORD}) could be used in the file rather than having plain passwords.

JohnDoee commented 5 months ago

I use this with e.g. docker myself so it is not something I haven't seen before.

With that said, I don't think this is related to yaml at all or a default feature in any way. The task to support ${} is to implement it myself. That also means it is just as much work to do it with toml as yaml.

My test was with pyyaml and that one does not seem to support it in any way.