🏷️ computer-science 🏷️ personal-opinion 🏷️ tech

# Configuration, Environments and Secrets

# Configuration

A way to easily find and change the behavior of a program based on different intentions by changing the values of appropriate variables.

For example:

So, configuration should be:

# Environments

A collection of values for different configuration variables defining a particular intention.

For example:

So, environments should be:

# Secrets

Values that are not meant to be shared with the world.

For example:

So, secrets should be:

# Combining All 3

# Proof of Concept



✏️ Edit this note