-
https://github.com/reflex-dev/reflex/pull/4168#discussion_r1799775136
> For some env vars, we're checking against ["true", "1", "yes"] rather than just "true".
> I think it'd be better to have an …
-
On some systems, like on termux, for example, `/tmp` is not available, using `$TMPDIR` or `$TEMPDIR` and defaulting to `/tmp` only if neither is set would be better.
-
**Describe the bug**
runner uses additional_env_vars, but holmes uses additionalEnvVars
**Expected behavior**
we should use the same name for consistency
**Additional context**
also on docs h…
-
> 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…
-
In the interests of avoiding naming conflicts, please remember DevOps/SRE/SecOps teams have already been using [this single point of truth to list environment variables](https://github.c…
-
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…
-
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…
-
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…
-
will do after the next version of PyFluent is stabilized in Fluent 25.2
-
Extra environment variables support simple templating. We purposely did not implement extended variable expansion like `${VAR:-default}` or shell expression `$(process)`. The template values are comin…
tiran updated
3 weeks ago