-
**Problems**
I want to run my application on XCode for debugging purposes. However, it looks like variables in dotenv configuration are not read into javascript.
**Environment**
XCode 14.0.1
rea…
-
Type: Debugger
**Describe the bug**
- OS and Version:
> Linux - Fedora 31 Linux 5.5.11-200.fc31.x86_64 #1 SMP Mon Mar 23 17:32:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
- VS Cod…
-
I use plan like https://github.com/lukaszachy/testing-farm-konflux/blob/main/examples/tmt-plan/konflux.fmf
and once ti finishes I always have files like `playbook-la0vgbpg.yml` in the directory with …
-
Hi,
In pycharm 2022.2, envfile works as expected when running/debugging. However, when executing a test wiht pycharm's pytest runner it does not - no environment variables are loaded.
-
when i run ```sudo docker compose up``` the server overwrites the config file with some default file and ive tried everything from editing ```docker-compose.yml``` to even edit the ```.env```file an…
-
One minor, last thought I had while scrolling through the current setup for envfile.
Always having the --envfile "..." in the modulefile, even when it's not used, makes it quite less readable.
I w…
-
I'm trying to **test** if I can securely store my db credentials using this lib. This is my code
```
from encryptoenv.EnvFile import EnvFile
from os import environ
EnvFile().create_environment_…
-
As documented in the VS Code's debugging docs, many debuggers support this attribute:
> `envFile` - path to dotenv file with environment variables
https://code.visualstudio.com/docs/editor/debuggi…
-
Hello Docker Team
Thank's for the great products Docker and Docker compose.
Currently PHP Symfony framework has next logic for loading .env files:
```
# In all environments, the following fi…
-
Seems that in Xcode `BuildDotenvConfig.ruby` is not correctly reading the contents of `/tmp/envfile` if available. I've traced the problem down to the line 13.
```
file = File.read("/tmp/envfile…