-
Aspire sets a lot of env vars on a .NET project resource when it starts up. These include, ASP.NET Core env vars for the URL, environment and launch profile. Logging env vars for printing to the conso…
-
Participants were starting new shells (new terminal sessions) and losing any explicitly set `BTP_USERNAME` and `BTP_PASSWORD` values, in Codespace-based or Dev Container (without `devcontainer.env`) b…
-
**Describe the bug**
Summary view's environment variable list is behaving strangely as seen in the video. This is likely due to the TUI package repeatedly rendering or refreshing the contents and mig…
-
Using my example from #437: https://github.com/hofrob/pydantic-settings-env-prefix
If you `uv run hello` the result is:
```
hello='ABC'
```
This value is coming from the first line in `.env…
-
I am trying to mount ~/.azure into my devcontainer. The issue is that this directory is a symlink to my Windows path. I can get the mount to work if I mount both paths, the problem is that I don't wan…
-
### Describe the bug
Due to a defect in my pipeline, my `PDM_BUILD_SCM_VERSION` ended up empty/whitespace-only. PDM silently ignored this and invented a `0.1.dev255+g4834191` version.
### To reprodu…
-
> Every config value can be overridden by an environment variable with the same name in uppercase. For example, db_url can be overridden by setting the DB_URL environment variable.
from https://ref…
-
If i want to allow upload files greater 1GB i must patch `zope.ini` and `zope.conf` inside the container. that is not a handy solution.
i patch the zope.ini in my container image
```
[server:m…
-
Environment variables are not used consistently.
I start my kopia repository server with `KOPIA_SERVER_CONTROL_PASSWORD=control` and `KOPIA_SERVER_PASSWORD=kopia`.
Then I want to run `kopia serv…
-
Some deployment scripts might want to have default values in case their users don't provide an environment variable. We need to update our config environment replacer to check for environment variable…