This is a short tutorial on how to use dotenv [https://pypi.org/project/python-dotenv/] to read key-value pairs from a .env file and can set them as environment variables. Python-dotenv [https://pypi.org/project/python-dotenv/] assists in the development
12Factor
A collection of 2 posts
Docker Environment Substitution with Dockerfile
The 12 Factor [https://12factor.net/] way, is a general guideline that provides best practices when building applications. One of them is using environment variables to store application configuration. What will we be doing: In this post we will build
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!