-
-
-
Store config in the environment
https://12factor.net/config
-
En 2020, j'ai expérimenté et mis en œuvre une méthode minimaliste de déploiement d'applications en accord avec les paradigmes GitOps, [infra as code](https://fr.wikipedia.org/wiki/Infrastructure_as_c…
-
Explicitly declare and isolate dependencies
https://12factor.net/dependencies
-
One codebase tracked in revision control, many deploys
https://12factor.net/codebase
-
Instead of requiring a configuration file, nivio could also start with configured environment variables (e.g. kubernetes api).
Example: https://docs.traefik.io/reference/static-configuration/env/
…
-
## Checklist
- [ x] I'm reporting a broken site support
- [x ] I've verified that I'm running youtube-dl version **2021.12.17**
- [ x] I've checked that all provided URLs are alive and …
-
-
> Storing configuration in the environment is one of the tenets of a twelve-factor app.
> It's common on dev/ci to store such data inside a ".env" file.
In Java, it exists some .env loaders (eg ht…