A lightweight package for loading dot env (.env) files into structs for Go projects
-
Updated
May 31, 2023 - Go
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.
A lightweight package for loading dot env (.env) files into structs for Go projects
If you are using Googles App Engine and want to use secrets in the app.yaml file, you can store them as Secrets in your repository and have them replaced during deployment.
Run a program in a modified environment providing an optional .env file or variables from stdin.
🛡️ EnvGuard – A powerful NPM package that validates your .env files against a predefined schema, ensuring all required environment variables are set and secure. Prevent misconfigurations in production by detecting missing values, insecure defaults, and enforcing .env.example consistency across teams.
Envolve is your solution for effortless .env file management. With Envolve, you can seamlessly gather, arrange, and fine-tune environment variables across all your projects, ensuring that your configuration data is always at your fingertips without the risk of loss
🛠️ Online conversion tool for environment files.
CLI tool to detect environment variable drift between code and config files. Uses Tree-Sitter AST analysis. Supports Go, JS/TS, Python, Rust, Java.
Full-async multi-bot mass Discord guild channel spammer
A Gradle plugin to load environment variables from .env files
Auto-generate and maintain your project's .env files
[Django] - Product list REST API + authentication system (templates, BasicAuthentication, SessionAuthentication)
SecureDockerEnv is a Python project that securely manages environment variables in Docker without embedding them in images. It ensures safe injection of .env files at runtime, preventing credential leaks in containerized applications.
Compare .env files and detect missing or extra variables to catch configuration issues before deployment
Loads environment variables from files for Node.js projects
A CLI tool for synchronizing .env files with AWS Secrets Manager
Go package to read, parse and store environment files, strings and variables.