-
Quite a lot of packages use this library. I have an .env file which I use for a different purpose and cannot be parsed by python-dotenv. I get a lot of messages like:
```
Python-dotenv could not p…
-
Given a .env such as
```
TEST="This is missing
no values"
```
and the following code
```python
import os
from dotenv import dotenv_values, load_dotenv
load_dotenv()
config = dotenv_va…
-
It seems like `MINISCOPE_IO_LOGS__LEVEL` in the `.env` file doesn't change the stdout/file log levels.
Below is the added test function and a GitHub action test run that should explain this.
https:/…
-
Having config settings (eg. database credentials, site URL) in a `.env` file would not only potentially make multiple environment handling more elegant for Craft (see [this](https://mattstauffer.co/bl…
-
Hi guys, assuming that
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
# or if using AWS creds directly
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCES…
-
### Is this a bug report?
No
### Description
We are using a .env file to make configuration changes easy between our different environments and it works great.
However, the way that `dotenv` wor…
-
Issue for #130 .
When installing `snews-sc`, `snews-pt` gets installed at a very specific commit, overwriting any local installation. Once tested, change to main branch.
https://github.com/SNEWS2/…
-
I'm currently not sure if I'm using **Approve-DotenvDir** and **Approve-DotenvFile** correctly as it seems that the approvals are not persisted between terminal sessions.
I suppose this should work…
-
I think we can provide a little more clarity on loading env files from a string by changing the name of this method so it's clear that this is useful outside of test scenarios
Why would you want to…
-
How can I use this library to build releases for android and ios? the environment variable does not seem to work after building apk release version