-
Updated
Dec 17, 2021 - PHP
#
environment-variables
Here are 1,152 public repositories matching this topic...
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
A simple and zero-dependencies library to parse environment variables into structs.
-
Updated
Mar 22, 2022 - Go
Configuration Management for Python ⚙
config
python
yaml
flask
settings
django
vault
configuration
environment-variables
configuration-management
django-configuration
app-config
hacktoberfest
flask-extension
environment-configuration
12factorapp
flask-configuration
fastapi
django-extension
dynaconf
-
Updated
Mar 9, 2022 - Python
Strict separation of config from code.
-
Updated
Mar 21, 2022 - Python
Featureful configuration management library for Node.js
nodejs
javascript
config
json
node
schema
validation
configuration
json-files
environment-variables
configuration-management
env
-
Updated
Oct 20, 2021 - JavaScript
Setting environment variables from a file
nodejs
typescript
utilities
cross-platform
environment-variables
command-line-tool
variables
environments
-
Updated
Feb 16, 2022 - TypeScript
A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
-
Updated
Jan 27, 2022 - JavaScript
Composer script handling your ignored parameter file
-
Updated
Nov 30, 2021 - PHP
Library for managing environment variables in Clojure
-
Updated
Mar 22, 2022 - Clojure
simplified environment variable parsing
-
Updated
Mar 24, 2022 - Python
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
-
Updated
Feb 11, 2022 - JavaScript
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
Open
Implement -v flag
2
a8m
commented
Dec 6, 2017
2
Load react native environment variables using import statements for multiple env files.
-
Updated
Mar 21, 2022 - JavaScript
Keep your .env in sync with .env.example
-
Updated
Mar 7, 2022 - TypeScript
a golang library to manage environment variables
-
Updated
Apr 22, 2021 - Go
android
kotlin
java
dotenv
jvm
environment-variables
hacktoberfest
12-factor
environment-configuration
-
Updated
Feb 23, 2022 - Kotlin
cristaloleg
commented
Sep 17, 2020
In the README you can find an example related to spf13/Cobra package. We need similar example but for another cli library :)
-
Updated
Mar 21, 2022 - TypeScript
Ensures presence and type of your app's ENV-variables (mirror)
-
Updated
May 18, 2021 - Ruby
Verification, sanitization, and type coercion for environment variables in Node.js
nodejs
javascript
sanitization
dotenv
environment
typescript
environment-variables
env
environment-vars
variables
verifies
typescript-support
parsing-variables
-
Updated
Oct 29, 2021 - JavaScript
Python Application Configuration With Environment Variables
-
Updated
Feb 7, 2022 - Python
Useful helper to read and use application configuration from environment variables.
-
Updated
Nov 24, 2020 - Elixir
Easy to use environment variables for Ionic3!
-
Updated
May 5, 2018 - CSS
A lightweight yet powerful configuration manager for Go projects
config
go
golang
yaml
toml
dotenv
environment
config-management
configuration
environment-variables
configuration-management
env
json-configuration
yaml-configuration
configuration-files
config-manager
configuration-manager
dot-env
os-variables
-
Updated
Mar 4, 2022 - Go
Simple config properties API for Kotlin
-
Updated
Jul 16, 2021 - Kotlin
computer-science
open-source
regular-expression
test-automation
environment-variables
penetration-testing
dynamic-analysis
awesome-list
test-data
threat-hunting
html-entities
network-discovery
domain-name
information-security
password-cracker
security-tools
exploit-development
attack-modeling
dictionary-search
http-headers
-
Updated
Aug 14, 2021 - HTML
A .NET library to load environment variables from .env files
-
Updated
Jan 15, 2022 - C#
direnv integration for emacs
-
Updated
Feb 8, 2022 - Emacs Lisp
[Utility] Push and pull heroku environment variables to your local env
-
Updated
Feb 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the environment-variables topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the environment-variables topic, visit your repo's landing page and select "manage topics."


I've noticed that when reading a config file with a field that is not available in env, its custom function won't run.
The reason seems to be that for these kind of fields,
parseValuewon't be called and therefore the corresponding custom function.Custom functions runs only if the field was provided as an env argument or with