pivoshenko / poetry-plugin-dotenv

poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run
MIT License
72 stars 4 forks source link

Add support of `pyproject.toml` for configuration #214

Closed pivoshenko closed 4 months ago

pivoshenko commented 5 months ago

Use pyproject.toml to load configuration variables as an alternative to env variables:

[tool.poetry.plugins.dotenv]
ignore = false  # default
location = ""  # default
pivoshenko commented 4 months ago

Also, it makes sense to align config keys:

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed.