Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from .toml to .yml #52

Open
cellulosa opened this issue Sep 13, 2023 · 1 comment
Open

Switch from .toml to .yml #52

cellulosa opened this issue Sep 13, 2023 · 1 comment
Labels
feedback required Need some feedback from poster

Comments

@cellulosa
Copy link

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
Copy link
Owner

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 JohnDoee added the feedback required Need some feedback from poster label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback required Need some feedback from poster
Projects
None yet
Development

No branches or pull requests

2 participants