autotorrent2 icon indicating copy to clipboard operation
autotorrent2 copied to clipboard

Switch from .toml to .yml

Open cellulosa opened this issue 2 years ago • 1 comments

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.

cellulosa avatar Sep 13 '23 09:09 cellulosa

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.

JohnDoee avatar Feb 16 '24 15:02 JohnDoee