Organize and manage environment variables properly
Help me organize environment variables for my application: Application type: [WEB APP/API/CLI/ETC] Environments: [DEV/STAGING/PROD/ETC] Deployment: [DOCKER/VERCEL/AWS/ETC] Current variables (sanitized): [LIST CURRENT ENV VARS] Please provide: 1. Organized .env.example with categories and comments 2. Type-safe configuration loading code 3. Validation for required variables 4. Default value recommendations 5. Secrets management best practices 6. Environment-specific overrides pattern 7. CI/CD integration suggestions
Help me organize environment variables for my application: Application type: [WEB APP/API/CLI/ETC] Environments: [DEV/STAGING/PROD/ETC] Deployment: [DOCKER/VERCEL/AWS/ETC] Current variables (sanitized): [LIST CURRENT ENV VARS] Please provide: 1. Organized .env.example with categories and comments 2. Type-safe configuration loading code 3. Validation for required variables 4. Default value recommendations 5. Secrets management best practices 6. Environment-specific overrides pattern 7. CI/CD integration suggestions
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.
Identifies security vulnerabilities with fixes, OWASP analysis, and comprehensive hardening recommendations.
Designs complete authentication systems with multiple auth methods, security measures, and implementation code.
Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.