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

Document the supported .env format supported by the load_dotenv feature. #167

Closed
jsirois opened this issue Nov 3, 2023 · 0 comments · Fixed by #180
Closed

Document the supported .env format supported by the load_dotenv feature. #167

jsirois opened this issue Nov 3, 2023 · 0 comments · Fixed by #180
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@jsirois
Copy link
Collaborator

jsirois commented Nov 3, 2023

Since there is no .env standard, this detail does not go without saying and needs to be explicitly spelled out.

@jsirois jsirois added bug Something isn't working documentation Improvements or additions to documentation labels Nov 3, 2023
@jsirois jsirois changed the title Document the supported .env format. Document the supported .env format supported by the load_dotenv feature. Nov 3, 2023
@jsirois jsirois self-assigned this Dec 22, 2023
@jsirois jsirois added the in progress Indicates the assignee is actively working on the item. label Dec 22, 2023
jsirois added a commit to jsirois/jump that referenced this issue Dec 22, 2023
Switch from the dotenvy crate to dotenvs to achieve this. A patched
version is used to ensure we maintain support for hard failure when
invalid `.env` files are read.

Fixes a-scie#166
Fixes a-scie#167
jsirois added a commit to jsirois/jump that referenced this issue Dec 22, 2023
Switch from the dotenvy crate to dotenvs to achieve this. A patched
version is used to ensure we maintain support for hard failure when
invalid `.env` files are read.

Fixes a-scie#166
Fixes a-scie#167
jsirois added a commit that referenced this issue Dec 22, 2023
Switch from the dotenvy crate to dotenvs to achieve this. A patched
version is used to ensure we maintain support for hard failure when
invalid `.env` files are read.

Fixes #166
Fixes #167
@jsirois jsirois removed the in progress Indicates the assignee is actively working on the item. label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant