.env
# Database Configuration
DATABASE_URL="postgresql://user:pass@localhost:5432/mydb"
REDIS_URL="redis://localhost:6379"
# API Keys
STRIPE_SECRET_KEY="sk_test_..."
OPENAI_API_KEY="sk-..."
# App Configuration
NEXT_PUBLIC_APP_URL="http://localhost:3000"
JWT_SECRET="your-secret-key"
Everything you need to manage configurations
Streamline your development workflow with powerful tools for environment management.