-
Thanks for the great plugin, have been using it for a long time and never had any issues.
One thing I had just recently, where I lost a bit of time trying to figure out why nothing is working 😆 .
…
-
Apparently, the stack trace (in #189 ) I had wasn't related to my main problem.
So let's forget about the closed issue, and please consider the following symptoms:
- test templates `.env` setting…
-
```
[env]
settings_path = /path/to
[envfile:name]
source = /path/to/file
[envfile:name2]
source = $(circus.env.settings_path)/file
```
`/path/to/file`
```
KEY = value
CAKE = lie
```
Thoughts?
-
Newman calls are failing for those postman calls where we have Token as part of request header.
Postman requests like ( Auth, Resetpassword ) with an Token in request response are giving response wit…
-
I am trying to determine why the react-native-config module is working fine on the Android side of my app (retrieving correct env variables from either .env.dev. or .env.prod) but failing to do so whe…
-
If `pytest` is used pytest-dotenv will only load an environment file from the `pytest.ini`. If `py.test` is used then the cli arg `--envfile` will be used.
`pytest --envfile ` does nothing and will…
-
Windows 10 Pro/19042.928
Sublime Text 4/Build 4102
import in hooks defined in env/envfile doesn't work
request:
```python
###env
import json
class TokenAuth:
def __call__(self, r, s…
-
#### Imported from https://bugs.launchpad.net/bugs/1292913
|Property|Value|
|----|----|
|Reported by|[James Collins (jamesc25313)](https://launchpad.net/~jamesc25313)|
|Date reported|Sat, 15 Mar 2014…
-
Run configurations seem to be the only option for using the EnvFile plugin. PyCharm also has a Python Console that includes the application context and virtual environment. It would be nice to have th…
-
version:
GoLand 2022.2
EnvFile 3.4.1
example:
1. Add a SSH Server
2. Choice run on ssh target
3. Add a .env file in EnvFile
issue:
it can not working when use ssh target, but working nomal…